[Checkins] SVN: zopetoolkit/doc/buildout.cfg Update buildout, no need to magically pull in the py egg

Hanno Schlichting hannosch at hannosch.eu
Sat Jun 26 06:16:10 EDT 2010


Log message for revision 113871:
  Update buildout, no need to magically pull in the py egg
  

Changed:
  U   zopetoolkit/doc/buildout.cfg

-=-
Modified: zopetoolkit/doc/buildout.cfg
===================================================================
--- zopetoolkit/doc/buildout.cfg	2010-06-26 10:14:26 UTC (rev 113870)
+++ zopetoolkit/doc/buildout.cfg	2010-06-26 10:16:10 UTC (rev 113871)
@@ -4,8 +4,10 @@
 [py]
 recipe = zc.recipe.egg
 interpreter = py
+eggs = sphinx
+       docutils
 
 [doc]
 recipe = zc.recipe.egg
 eggs = sphinx
-    docutils
+       docutils



More information about the checkins mailing list