diff options
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 0dc01c8..477a00d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -12,10 +12,7 @@ import patchtree project = "patchtree" release = "???" -extensions = [ - "sphinx.ext.autodoc", - "sphinx_automodapi.automodapi", -] +extensions = ["sphinx.ext.autodoc"] templates_path = [] exclude_patterns = [] html_theme = "sphinx_rtd_theme" |