sphinx upload script added.

svn path=/plone.app.discussion/trunk/; revision=39929
This commit is contained in:
Timo Stollenwerk 2010-09-16 10:53:21 +00:00
parent 223e9167b4
commit d3e2445b8a
1 changed files with 10 additions and 1 deletions

View File

@ -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/