summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 77947f8ae4d924dbce117a0a961b3803401ebbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[buildout]
develop = .
parts = test sphinx

[test]
recipe = zc.recipe.testrunner
eggs = zope.i18n [zcml,compile,test]
defaults = ['--all']

[sphinx]
recipe = zc.recipe.egg
eggs =
    Sphinx
    zope.i18n