Skip to content

Commit ab54a03

Browse files
committed
Remove sphinx autoapi templates
Fixes #2448
1 parent d9f3b2f commit ab54a03

File tree

3 files changed

+0
-250
lines changed

3 files changed

+0
-250
lines changed

docs/_autoapi_templates/python/class.rst

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs/_autoapi_templates/python/module.rst

Lines changed: 0 additions & 152 deletions
This file was deleted.

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
# directories to ignore when looking for source files.
117117
exclude_patterns = [
118118
"_build",
119-
"_autoapi_templates",
120119
"jupyter_execute",
121120
"**.ipynb_checkpoints",
122121
"user_guide/examples_v3",
@@ -544,5 +543,4 @@ def linkcode_resolve(domain, info):
544543
]
545544
autoapi_member_order = "bysource"
546545
autodoc_typehints = "none"
547-
autoapi_template_dir = "_autoapi_templates"
548546
autoapi_own_page_level = "class"

0 commit comments

Comments
 (0)