[Checkins] SVN: zope.copy/trunk/ Register r.s.autointerface extension.

Tres Seaver cvs-admin at zope.org
Wed Jun 13 15:23:30 UTC 2012


Log message for revision 126846:
  Register r.s.autointerface extension.

Changed:
  _U  zope.copy/trunk/
  U   zope.copy/trunk/docs/conf.py

-=-
Modified: zope.copy/trunk/docs/conf.py
===================================================================
--- zope.copy/trunk/docs/conf.py	2012-06-13 15:23:23 UTC (rev 126845)
+++ zope.copy/trunk/docs/conf.py	2012-06-13 15:23:27 UTC (rev 126846)
@@ -25,7 +25,14 @@
 
 # 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.todo', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
+extensions = [
+    'sphinx.ext.autodoc',
+    'sphinx.ext.doctest',
+    '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