root/plone4bio.base/trunk/buildout.cfg

Revision 190, 269 bytes (checked in by mauro, 12 months ago)

update docs

Line 
1[buildout]
2extends = test-plone-4.0.x.cfg
3# extends = test-plone-3.3.x.cfg
4parts +=
5    docs
6
7[docs]
8recipe = zc.recipe.egg
9eggs = 
10  ${buildout:package-name}
11  sphinx <= 0.99
12  sphinx-pypi-upload
13  zc.rst2
14  pkginfo
15  repoze.sphinx.autointerface
16interpreter = docpy
17
Note: See TracBrowser for help on using the browser.