Changeset 190 for plone4bio.base/trunk/buildout.cfg
- Timestamp:
- 02/06/11 17:24:44 (16 months ago)
- Files:
-
- 1 modified
-
plone4bio.base/trunk/buildout.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.base/trunk/buildout.cfg
r145 r190 2 2 extends = test-plone-4.0.x.cfg 3 3 # extends = test-plone-3.3.x.cfg 4 parts += 5 docs 6 7 [docs] 8 recipe = zc.recipe.egg 9 eggs = 10 ${buildout:package-name} 11 sphinx <= 0.99 12 sphinx-pypi-upload 13 zc.rst2 14 pkginfo 15 repoze.sphinx.autointerface 16 interpreter = docpy 17
