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),