[Checkins] SVN: zope.interface/branches/tseaver-no_2to3/docs/conf.py Include repoze.sphinx.autointerface for building docs.

Tres Seaver cvs-admin at zope.org
Fri Apr 6 01:15:02 UTC 2012


Log message for revision 124981:
  Include repoze.sphinx.autointerface for building docs.

Changed:
  U   zope.interface/branches/tseaver-no_2to3/docs/conf.py

-=-
Modified: zope.interface/branches/tseaver-no_2to3/docs/conf.py
===================================================================
--- zope.interface/branches/tseaver-no_2to3/docs/conf.py	2012-04-06 01:14:55 UTC (rev 124980)
+++ zope.interface/branches/tseaver-no_2to3/docs/conf.py	2012-04-06 01:14:59 UTC (rev 124981)
@@ -25,7 +25,15 @@
 
 # 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.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
+extensions = [
+    'sphinx.ext.autodoc',
+    'sphinx.ext.doctest',
+    'sphinx.ext.intersphinx',
+    'sphinx.ext.todo',
+    'sphinx.ext.ifconfig',
+    'sphinx.ext.viewcode',
+    'repoze.sphinx.autointerface',
+]
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']



More information about the checkins mailing list