wabot/docs/conf.py

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