[Checkins] SVN: Zope/branches/2.12/buildout.cfg Add sphinx section to buildout.

Chris Withers chris at simplistix.co.uk
Thu Oct 1 14:23:43 EDT 2009


Log message for revision 104689:
  Add sphinx section to buildout.

Changed:
  U   Zope/branches/2.12/buildout.cfg

-=-
Modified: Zope/branches/2.12/buildout.cfg
===================================================================
--- Zope/branches/2.12/buildout.cfg	2009-10-01 18:22:16 UTC (rev 104688)
+++ Zope/branches/2.12/buildout.cfg	2009-10-01 18:23:42 UTC (rev 104689)
@@ -5,6 +5,7 @@
     test
     scripts
     zopepy
+    docs
 
 extends = versions.cfg
 unzip = true
@@ -22,3 +23,7 @@
 eggs = Zope2
 interpreter = zopepy
 scripts = zopepy
+
+[docs]
+recipe = zc.recipe.egg
+eggs =  sphinx



More information about the checkins mailing list