[Checkins] SVN: z3c.pt/trunk/buildout.cfg Add Sphinx to py, to be able to build docs.

Chris McDonough chrism at plope.com
Fri Aug 8 20:12:11 EDT 2008


Log message for revision 89564:
  Add Sphinx to py, to be able to build docs.
  

Changed:
  U   z3c.pt/trunk/buildout.cfg

-=-
Modified: z3c.pt/trunk/buildout.cfg
===================================================================
--- z3c.pt/trunk/buildout.cfg	2008-08-09 00:11:44 UTC (rev 89563)
+++ z3c.pt/trunk/buildout.cfg	2008-08-09 00:12:11 UTC (rev 89564)
@@ -28,6 +28,8 @@
 [py]
 recipe = zc.recipe.egg
 eggs = ${benchmark:eggs}
+       Sphinx
 interpreter = py
 environment = benchmark-environment
 scripts = py
+          sphinx-build



More information about the Checkins mailing list