[Checkins] SVN: zope.location/trunk/tox.ini Fix dependencies for the docs build.

Tres Seaver cvs-admin at zope.org
Thu Jun 7 15:49:50 UTC 2012


Log message for revision 126666:
  Fix dependencies for the docs build.

Changed:
  U   zope.location/trunk/tox.ini

-=-
Modified: zope.location/trunk/tox.ini
===================================================================
--- zope.location/trunk/tox.ini	2012-06-07 15:49:39 UTC (rev 126665)
+++ zope.location/trunk/tox.ini	2012-06-07 15:49:46 UTC (rev 126666)
@@ -65,5 +65,11 @@
     sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
     sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
 deps =
+    zope.configuration>=4.0
+    zope.copy
+    zope.interface>=4.0
+    zope.proxy>=4.0
+    zope.schema>=4.0
+    zope.component>=3.8
     Sphinx
     repoze.sphinx.autointerface



More information about the checkins mailing list