Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,7 @@
# -- Suppress warnings in Sphinx 7.3.5

suppress_warnings = ["config.cache"]

# Show both class docstring and __init__ docstring in the documentation.
# source: https://stackoverflow.com/questions/5599254/how-to-use-sphinxs-autodoc-to-document-a-classs-init-self-method
autoclass_content = "both"
Comment thread
Qazalbash marked this conversation as resolved.
Loading
Loading