diff --git a/dev-plone4.cfg b/dev-plone4.cfg index 82f7d2a..9248841 100644 --- a/dev-plone4.cfg +++ b/dev-plone4.cfg @@ -24,6 +24,7 @@ tractor-src-directory = src eggs += plone.app.discussion Sphinx + Sphinx-PyPI-upload repoze.sphinx.autointerface plone.formwidget.captcha plone.formwidget.recaptcha @@ -49,7 +50,8 @@ auto-checkout = [versions] zope.schema = 3.6.0 -Sphinx = 0.6.4 +Sphinx <= 0.7dev +sphinxbuilder = 0.6.3.3 Products.TinyMCE = 1.1.1 [instance] @@ -110,6 +112,13 @@ eggs = zest.releaser recipe = collective.recipe.sphinxbuilder interpreter = ${buildout:directory}/bin/zopepy +[sphinxupload] +recipe = collective.recipe.template +input = inline: + #!/bin/sh + bin/zopepy setup.py upload_sphinx +output = ${buildout:directory}/bin/sphinxupload +mode = 755 [sources] Products.PloneTestCase = svn http://svn.plone.org/svn/collective/Products.PloneTestCase/trunk/