From d3e2445b8afd5135ca49b38d4e840b6e44bd424f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 16 Sep 2010 10:53:21 +0000 Subject: [PATCH] sphinx upload script added. svn path=/plone.app.discussion/trunk/; revision=39929 --- dev-plone4.cfg | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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/