buildout.cfg 156 B

1234567891011121314
  1. [buildout]
  2. parts =
  3. sphinx
  4. versions = versions
  5. [sphinx]
  6. recipe = zc.recipe.egg
  7. eggs =
  8. Sphinx
  9. sphinx-bootstrap-theme
  10. [versions]
  11. Sphinx = 1.8.1