]> git.notmuchmail.org Git - notmuch/blobdiff - docs/source/conf.py
Improve source documentation
[notmuch] / docs / source / conf.py
index 4d8be533db97c34b8524d566e258ec4893ebe7f7..ee22837ffab51a82c6e823632bc1b02a06239060 100644 (file)
@@ -23,6 +23,7 @@ sys.path.append(os.path.abspath('../..'))
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']
+autoclass_content = "both"
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']