summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-09-08 18:27:18 -0400
committerJordan Wiens <github@psifertex.com>2025-09-08 18:27:18 -0400
commit10d9cb90e6f2904259bb4fb4f8bf05b9817df95d (patch)
tree2d43c8a57c962f504b9039cf98cb05c819ca119f
parent8a3dc016c25ecfd93cf85fee9c6f794001a2d275 (diff)
remove duplicate documentation, resolves #7365
-rw-r--r--api-docs/source/conf.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py
index c8c6eb73..98cacdc1 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -211,11 +211,7 @@ Full Class List
modulefile.write(f" - {summary}\n")
- modulefile.write(f'''\n\n.. automodule:: {module.__name__}
- :members:
- :undoc-members:
- :show-inheritance:
- :noindex:\n\n''')
+ modulefile.write(f'''\n\n''')
# Generate individual class sections with proper headers
for (classname, classref) in classes: