]> git.notmuchmail.org Git - notmuch/blobdiff - docs/source/conf.py
Implement Message.add|remove_tag() and documentation
[notmuch] / docs / source / conf.py
index 70b39fa54861edaa1ac277a9d902581d53952a7e..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']
@@ -37,7 +38,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'notmuch'
+project = u'cnotmuch'
 copyright = u'2010, Sebastian Spaeth'
 
 # The version info for the project you're documenting, acts as replacement for