summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 414a8be4..4227dcb2 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -222,8 +222,8 @@ extlinks = {
'github': ('https://github.com/nedbat/coveragepy/issues/%s', 'issue '),
}
-# When auto-doc'ing a class, write the class' docstring and the __init__ docstring
-# into the class docs.
+# When auto-doc'ing a class, only write the class' docstring into the class docs,
+# don't automatically include the __init__ docstring.
autoclass_content = "class"
prerelease = bool(max(release).isalpha())