Skip to content

Commit 8f01093

Browse files
committed
Fix configuration
1 parent aac7337 commit 8f01093

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ MANIFEST
1919

2020
# Sphinx
2121
docs/api
22+
docs/autoapi
2223
docs/_build
2324

2425
# Eclipse editor project files

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
extensions.append("autoapi.extension")
1515

1616
autoapi_dirs = ["../reproject"]
17-
autoapi_options = ["members", "imported-members", "inherited-members", "show-inheritance"]
17+
autoapi_options = ["members", "imported-members", "inherited-members", "show-inheritance", "undoc-members"]
1818
autoapi_own_page_level = 'function'
19-
autoapi_keep_files = True
19+
autoapi_ignore = ["**/tests/**", "**/tests/", "**/conftest.py"]
2020

2121
# -- General configuration ----------------------------------------------------
2222

0 commit comments

Comments
 (0)