2024-04-29 08:56:54 +02:00

16 lines
239 B
Python

extensions = [
'sphinx.ext.autodoc',
]
master_doc = "index"
html_theme = "furo"
autodoc_preserve_defaults = True
default_role = 'any'
# HTML theme
html_theme = 'furo'
html_logo = "images/logo.svg"
extensions += ['jaraco.tidelift']