[Checkins] SVN: zope.structuredtext/trunk/buildout.cfg Add Sphinx for building docs.

Tres Seaver tseaver at palladion.com
Fri Apr 30 18:10:15 EDT 2010


Log message for revision 111779:
  Add Sphinx for building docs.

Changed:
  U   zope.structuredtext/trunk/buildout.cfg

-=-
Modified: zope.structuredtext/trunk/buildout.cfg
===================================================================
--- zope.structuredtext/trunk/buildout.cfg	2010-04-30 22:10:13 UTC (rev 111778)
+++ zope.structuredtext/trunk/buildout.cfg	2010-04-30 22:10:14 UTC (rev 111779)
@@ -1,6 +1,9 @@
 [buildout]
 develop = .
-parts = test py
+parts =
+    test
+    py
+    sphinx
 
 [test]
 recipe = zc.recipe.testrunner
@@ -10,3 +13,9 @@
 recipe = zc.recipe.egg
 eggs = zope.structuredtext
 interpreter = py
+
+[sphinx]
+recipe = zc.recipe.egg
+eggs =
+    Sphinx
+    zope.structuredtext



More information about the checkins mailing list