Small doc fixes

This commit is contained in:
Mads Marquart
2020-01-22 23:55:54 +01:00
parent 55ef9979c3
commit 0fd58c52ea
6 changed files with 21 additions and 22 deletions

View File

@@ -162,7 +162,7 @@ epub_exclude_files = ["search.html"]
# -- Options for autodoc extension ---------------------------------------
autoclass_content = "both"
autoclass_content = "class"
autodoc_member_order = "bysource"
autodoc_default_options = {"members": True}