forked from collective/collective.jsonify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildout.cfg
More file actions
36 lines (33 loc) · 759 Bytes
/
buildout.cfg
File metadata and controls
36 lines (33 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[buildout]
extends = http://dist.plone.org/release/4-latest/versions.cfg
find-links = http://dist.plone.org/release/4-latest/versions.cfg
parts = instance py sphinx
versions = versions
develop = .
[instance]
recipe = plone.recipe.zope2instance
debug-mode = off
verbose-security = off
deprecation-warnings = off
event-log-level = INFO
z2-log-level = WARN
zserver-threads = 2
environment-vars =
zope_i18n_compile_mo_files true
eggs =
Products.CMFPlone
Pillow
collective.jsonify
zcml =
collective.jsonify
[py]
recipe = zc.recipe.egg
eggs =
${instance:eggs}
Sphinx
sphinx_rtd_theme
interpreter = py
[sphinx]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs
interpreter = ${buildout:directory}/bin/py