Skip to content

Commit

Permalink
sphinx apidoc use implicit namespaces option natcap#967
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed May 26, 2022
1 parent cd6dd4e commit 729af04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api-docs/conf.py
Expand Up @@ -178,6 +178,7 @@ class MockQGroupBox:
'--templatedir', os.path.join(DOCS_SOURCE_DIR, 'templates'), # use custom templates
'--separate', # make a separate page for each module
'--no-toc', # table of contents page is redundant
'--implicit-namespaces',
INVEST_LIB_DIR,
'/*.so' # must be absolute path, see https://github.com/sphinx-doc/sphinx/issues/10200
])
Expand Down

0 comments on commit 729af04

Please sign in to comment.