[CMF-checkins] SVN: CMF/trunk/buildout.cfg - added docs part (for building CMFCore or GenericSetup docs)
Yvo Schubbe
y.2011 at wcm-solutions.de
Fri Jan 14 04:49:03 EST 2011
Log message for revision 119574:
- added docs part (for building CMFCore or GenericSetup docs)
Changed:
U CMF/trunk/buildout.cfg
-=-
Modified: CMF/trunk/buildout.cfg
===================================================================
--- CMF/trunk/buildout.cfg 2011-01-14 09:40:42 UTC (rev 119573)
+++ CMF/trunk/buildout.cfg 2011-01-14 09:49:02 UTC (rev 119574)
@@ -9,6 +9,7 @@
test
scripts
zopepy
+ docs
instance
i18n-cmfcalendar
i18n-cmfdefault
@@ -48,6 +49,7 @@
mailinglogger = 3.3.3
plone.recipe.zope2instance = 4.0.4
Products.ZSQLMethods = 2.13.3
+repoze.sphinx.autointerface = 0.4
z3c.recipe.i18n = 0.8.0
@@ -82,6 +84,14 @@
scripts = zopepy
+[docs]
+recipe = z3c.recipe.scripts
+eggs =
+ ${buildout:eggs}
+ repoze.sphinx.autointerface
+ Sphinx
+
+
[instance]
recipe = plone.recipe.zope2instance
eggs = ${buildout:eggs}
More information about the CMF-checkins
mailing list