From: Bob Halley Date: Mon, 2 Jan 2017 15:29:58 +0000 (-0800) Subject: set autoclass_content to both X-Git-Tag: v1.16.0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55eecb40efcdd13d9b7c0d9277ed0199a9e8eaa5;p=thirdparty%2Fdnspython.git set autoclass_content to both --- diff --git a/doc/conf.py b/doc/conf.py index 15e25acd..10211f95 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 ----------------------------------------------