From a42aa17bce274f17184da429dc3fce1d7956d41b Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 21 Feb 2025 12:23:52 +0000 Subject: [PATCH] Remove double setting of autoclass content - just use both --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c6f6230b..924fc9d4 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,6 @@ # Output file base name for HTML help builder. htmlhelp_basename = "VWSPYTHONdoc" -autoclass_content = "init" intersphinx_mapping = { "python": (f"https://docs.python.org/{minimum_python_version}", None), }