Skip to content

Commit 00ef1ff

Browse files
committed
Remove double setting of autoclass content - just use both
1 parent 5cbd277 commit 00ef1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# Output file base name for HTML help builder.
5353
htmlhelp_basename = "VWSPYTHONMOCKdoc"
54-
autoclass_content = "init"
54+
autoclass_content = "both"
5555
intersphinx_mapping = {
5656
"python": (f"https://docs.python.org/{minimum_python_version}", None),
5757
"docker": ("https://docker-py.readthedocs.io/en/stable", None),

0 commit comments

Comments
 (0)