summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2017-01-02 07:29:58 -0800
committerBob Halley <halley@dnspython.org>2017-01-02 07:29:58 -0800
commit55eecb40efcdd13d9b7c0d9277ed0199a9e8eaa5 (patch)
treec8ec3dbb865c90dff24875ac42ac9f346617693c /doc
parent9fe6be4bef2c890583b1241dadbb134da6c8b4d3 (diff)
downloaddnspython-55eecb40efcdd13d9b7c0d9277ed0199a9e8eaa5.tar.gz
set autoclass_content to both
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 15e25ac..10211f9 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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 ----------------------------------------------