From 00ef1ff67bd887d7b595841bf5edde7e4af96c84 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 21 Feb 2025 12:24:25 +0000 Subject: [PATCH] Remove double setting of autoclass content - just use both --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ec22eed5..db335120 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,7 @@ # Output file base name for HTML help builder. htmlhelp_basename = "VWSPYTHONMOCKdoc" -autoclass_content = "init" +autoclass_content = "both" intersphinx_mapping = { "python": (f"https://docs.python.org/{minimum_python_version}", None), "docker": ("https://docker-py.readthedocs.io/en/stable", None),