Skip to content
Snippets Groups Projects
Unverified Commit 29e0c0e8 authored by James Briggs's avatar James Briggs
Browse files

feat: add auto doc extensions

parent 28b3f44d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,10 @@ release = "0.0.55"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
]
templates_path = ["_templates"]
exclude_patterns = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment