Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 22, 2023
1 parent 4290948 commit 00a889b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

autoapi_dirs = [
os.path.abspath('../src-python')
os.path.abspath('../src-python/apngasm_python'),
os.path.abspath('../src-python/apngasm_python/_apngasm_python')
]
autoapi_python_use_implicit_namespaces = True

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down

0 comments on commit 00a889b

Please sign in to comment.