[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/ Add repoze.sphinx.autointerface.

Tres Seaver cvs-admin at zope.org
Tue May 8 01:17:01 UTC 2012


Log message for revision 125698:
  Add repoze.sphinx.autointerface.

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/docs/conf.py
  U   zope.configuration/branches/tseaver-test_cleanup/setup.py

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/docs/conf.py
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/docs/conf.py	2012-05-08 01:16:53 UTC (rev 125697)
+++ zope.configuration/branches/tseaver-test_cleanup/docs/conf.py	2012-05-08 01:16:58 UTC (rev 125698)
@@ -25,7 +25,13 @@
 
 # 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.viewcode']
+extensions = [
+    'sphinx.ext.autodoc',
+    'sphinx.ext.doctest',
+    'sphinx.ext.todo',
+    'sphinx.ext.viewcode',
+    'repoze.sphinx.autointerface',
+]
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']

Modified: zope.configuration/branches/tseaver-test_cleanup/setup.py
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/setup.py	2012-05-08 01:16:53 UTC (rev 125697)
+++ zope.configuration/branches/tseaver-test_cleanup/setup.py	2012-05-08 01:16:58 UTC (rev 125698)
@@ -88,7 +88,7 @@
       package_dir={'': 'src'},
       namespace_packages=['zope'],
       extras_require={
-        'docs': ['Sphinx'],
+        'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
         'test': TESTS_REQUIRE,
         'testing': TESTS_REQUIRE + ['nose', 'coverage'],
       },



More information about the checkins mailing list