mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-02-23 15:38:33 +01:00
12 lines
252 B
Python
12 lines
252 B
Python
"""Sphinx configuration."""
|
|
project = "Heisskleber"
|
|
author = "Felix Weiler"
|
|
copyright = "2023, Felix Weiler"
|
|
extensions = [
|
|
"sphinx.ext.autodoc",
|
|
"sphinx.ext.napoleon",
|
|
"myst_parser",
|
|
]
|
|
autodoc_typehints = "description"
|
|
html_theme = "furo"
|