Show
Ignore:
Timestamp:
02/06/11 17:24:44 (16 months ago)
Author:
mauro
Message:

update docs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.base/trunk/buildout.cfg

    r145 r190  
    22extends = test-plone-4.0.x.cfg 
    33# 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