From 0356cd6e0dc144e65b2d0dd90986d6e6d3e4e150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 16 Aug 2022 01:12:36 +0300 Subject: Don't show inheritance by default It just adds noise; we'll show it explicitly where deemed necessary. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ------------------------------------------------- -- cgit v1.2.1