buildout.cfg 318 B

12345678910111213141516171819
  1. [buildout]
  2. develop = .
  3. parts = test python docs
  4. [test]
  5. recipe = zc.recipe.testrunner
  6. eggs = zope.interface
  7. [python]
  8. recipe = zc.recipe.egg
  9. eggs = zope.interface
  10. interpreter = python
  11. [docs]
  12. recipe = z3c.recipe.sphinxdoc
  13. eggs = zope.interface [docs]
  14. build-dir = ${buildout:directory}/docs
  15. default.css =
  16. layout.html =