chore(docs/*, static/*, templates/*): reformat using ruff (#21)

mk-personal-profile
Christian Merten 2 weeks ago committed by GitHub
parent 1f7f33e446
commit aaa1324da9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,32 +4,32 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html
from dataclasses import asdict
from sphinxawesome_theme import ThemeOptions
from sphinxawesome_theme import ThemeOptions
# -- Project information -------------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'Kompass'
release = '2.0'
author = 'The Kompass Team'
copyright = f'2025, {author}'
project = "Kompass"
release = "2.0"
author = "The Kompass Team"
copyright = f"2025, {author}"
# -- General configuration -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
templates_path = ['_templates']
templates_path = ["_templates"]
exclude_patterns = []
language = 'de'
language = "de"
# -- Options for HTML output ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'sphinxawesome_theme'
html_static_path = ['_static']
html_theme = "sphinxawesome_theme"
html_static_path = ["_static"]
# -- Sphinxawsome-theme options ------------------------------------------------

@ -82,4 +82,3 @@ If you want to contribute code, please follow the inital setup steps in the :ref
- linting
- (auto) formatting
- reliable tests via ci/cd pipeline

@ -38,5 +38,3 @@ Structure
.. seealso::
:ref:`Contributing #Documentation <development_manual/contributing/documentation>`

@ -39,4 +39,3 @@ Development Documentation
:titlesonly:
development_manual/index

@ -52,4 +52,3 @@ Im Nachhinein trägst du deine Ausgaben ein, lädst Belege hoch und reichst dein
.. _anlegen: https://jdav-hd.de/kompassmembers/freizeit/add/
.. _Teilnehmer\*innen: https://jdav-hd.de/kompassmembers/member/

@ -33,4 +33,3 @@ $icon-add: "\e603";
$icon-add3: "\e604";
$icon-expand: "\e605";
$icon-checkbox: "\e606";

@ -123,4 +123,3 @@
.icon-checkbox:before {
content: "\e606";
}

Loading…
Cancel
Save