Erste Version, welche an Uniper gesendet worden ist.

This commit is contained in:
Matthias Heisig
2025-05-19 13:51:06 +02:00
parent 8958fd8bf2
commit 5c8bbb57a9
10 changed files with 471 additions and 10 deletions

View File

@@ -24,12 +24,12 @@ language = 'de'
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
#html_theme = 'alabaster'
#html_theme = "sphinx_rtd_theme"
html_theme = "pydata_sphinx_theme"
html_theme = "sphinx_rtd_theme"
#html_theme = "pydata_sphinx_theme"
html_static_path = ['_static']
html_css_files = [
'theme_overrides.css',
]
#html_css_files = [
# 'theme_overrides.css',
#]
html_theme_options = {
# ...