Skip to content

Commit

Permalink
Update apidoc module template for current versions of sphinx-apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Oct 2, 2024
1 parent ad49ff0 commit 889fc72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@

# Use apidoc to auto-generate rst sources
apidoc_excluded_paths = ['forge_utils.py']
apidoc_extra_args = ['--private', '--templatedir=_templates']
apidoc_module_dir = PACKAGE_DIR
apidoc_module_first = True
apidoc_output_dir = 'modules'
apidoc_separate_modules = True
apidoc_template_dir = '_templates/apidoc'
apidoc_toc_file = False
add_module_names = False

Expand Down

0 comments on commit 889fc72

Please sign in to comment.