summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-08-16 01:12:36 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-08-16 01:17:45 +0300
commit0356cd6e0dc144e65b2d0dd90986d6e6d3e4e150 (patch)
tree31562d324ecc85359360e48a9b137760dca0466b /docs
parent6371198f4df8557751b968235c583191f243abe2 (diff)
downloadapscheduler-0356cd6e0dc144e65b2d0dd90986d6e6d3e4e150.tar.gz
Don't show inheritance by default
It just adds noise; we'll show it explicitly where deemed necessary.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 490809b..c6e3455 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,7 +43,7 @@ templates_path = ["_templates"]
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []
-autodoc_default_options = {"members": True, "show-inheritance": True}
+autodoc_default_options = {"members": True}
autodoc_mock_imports = ["asyncpg", "cbor2", "paho", "pymongo", "redis", "sqlalchemy"]
# -- Options for HTML output -------------------------------------------------