]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
set autoclass_content to both
authorBob Halley <halley@dnspython.org>
Mon, 2 Jan 2017 15:29:58 +0000 (07:29 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 2 Jan 2017 15:29:58 +0000 (07:29 -0800)
doc/conf.py

index 15e25acd6c0916edc4e6e2c87f3f7a3a9f6d4294..10211f95774d457cafc7bbbe3de35c22b06d0c06 100644 (file)
@@ -79,6 +79,9 @@ pygments_style = 'sphinx'
 # If true, `todo` and `todoList` produce output, else they produce nothing.
 todo_include_todos = False
 
+# -- Options for autodoc --------------------------------------------------
+
+autoclass_content = 'both'
 
 # -- Options for HTML output ----------------------------------------------