sphinx upload script added.
svn path=/plone.app.discussion/trunk/; revision=39929
This commit is contained in:
parent
223e9167b4
commit
d3e2445b8a
@ -24,6 +24,7 @@ tractor-src-directory = src
|
|||||||
eggs +=
|
eggs +=
|
||||||
plone.app.discussion
|
plone.app.discussion
|
||||||
Sphinx
|
Sphinx
|
||||||
|
Sphinx-PyPI-upload
|
||||||
repoze.sphinx.autointerface
|
repoze.sphinx.autointerface
|
||||||
plone.formwidget.captcha
|
plone.formwidget.captcha
|
||||||
plone.formwidget.recaptcha
|
plone.formwidget.recaptcha
|
||||||
@ -49,7 +50,8 @@ auto-checkout =
|
|||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
zope.schema = 3.6.0
|
zope.schema = 3.6.0
|
||||||
Sphinx = 0.6.4
|
Sphinx <= 0.7dev
|
||||||
|
sphinxbuilder = 0.6.3.3
|
||||||
Products.TinyMCE = 1.1.1
|
Products.TinyMCE = 1.1.1
|
||||||
|
|
||||||
[instance]
|
[instance]
|
||||||
@ -110,6 +112,13 @@ eggs = zest.releaser
|
|||||||
recipe = collective.recipe.sphinxbuilder
|
recipe = collective.recipe.sphinxbuilder
|
||||||
interpreter = ${buildout:directory}/bin/zopepy
|
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]
|
[sources]
|
||||||
Products.PloneTestCase = svn http://svn.plone.org/svn/collective/Products.PloneTestCase/trunk/
|
Products.PloneTestCase = svn http://svn.plone.org/svn/collective/Products.PloneTestCase/trunk/
|
||||||
|
Loading…
Reference in New Issue
Block a user