mirror of
https://git.zavage.net/Zavage-Software/wabot.git
synced 2026-07-21 13:06:08 -06:00
15 lines
313 B
Python
15 lines
313 B
Python
project = "wabot"
|
|
author = "Mathew Guest"
|
|
release = "0.2.0"
|
|
|
|
extensions = [
|
|
"sphinx.ext.autodoc",
|
|
"sphinx.ext.napoleon",
|
|
]
|
|
|
|
# sphinx_rtd_theme registers itself via entry point — do NOT add to extensions
|
|
html_theme = "sphinx_rtd_theme"
|
|
|
|
autodoc_member_order = "bysource"
|
|
napoleon_google_docstring = True
|