mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
16 lines
239 B
Python
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']
|