X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=docs%2Fsource%2Fconf.py;h=ee22837ffab51a82c6e823632bc1b02a06239060;hp=4d8be533db97c34b8524d566e258ec4893ebe7f7;hb=06f627df92b644a73c07096bed716d406d4f649d;hpb=b00c892c65ee57d6503b4bafe8fd666a6a274e47 diff --git a/docs/source/conf.py b/docs/source/conf.py index 4d8be533..ee22837f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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']