Skip to content

Commit 889fc72

Browse files
committed
Update apidoc module template for current versions of sphinx-apidoc
1 parent ad49ff0 commit 889fc72

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686

8787
# Use apidoc to auto-generate rst sources
8888
apidoc_excluded_paths = ['forge_utils.py']
89-
apidoc_extra_args = ['--private', '--templatedir=_templates']
9089
apidoc_module_dir = PACKAGE_DIR
9190
apidoc_module_first = True
9291
apidoc_output_dir = 'modules'
9392
apidoc_separate_modules = True
93+
apidoc_template_dir = '_templates/apidoc'
9494
apidoc_toc_file = False
9595
add_module_names = False
9696

0 commit comments

Comments
 (0)