forked from collective/collective.developermanual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
91 lines (80 loc) · 1.95 KB
/
buildout.cfg
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#
# Buildout to set-up Sphinx and checkout Plone source code for the inclusion
# of source code documentation.
#
# To get *all* of trunk Plone: bin/develop co ""
#
[buildout]
parts =
sphinx
funnelweb
instance-widget-capture
plonesite-widget-capture
contributors-static-assets
extensions =
mr.developer
buildout.dumppickedversions
extends =
https://raw.github.com/plone/buildout.coredev/4.3/sources.cfg
http://dist.plone.org/release/4.3-latest/versions.cfg
sources.cfg
checkouts.cfg
versions.cfg
dump-picked-versions-file = picked.cfg
sources = sources
sources-dir = ${buildout:directory}/src
allow-picked-versions = true
#
# We need to list all packages here which are referred by Sphinx's autodoc directive,
# as autodoc uses run-time import to scrape the text from source code files
#
[sphinx]
recipe = collective.recipe.sphinxbuilder
outputs = html
source = ${buildout:directory}/source
build = ${buildout:directory}/build
eggs =
Sphinx
docutils
roman
Pygments
collective.sphinx.includedoc
collective.sphinx.autoatschema
Products.CMFPlone
plone.api
plone.app.robotframework
sphinxcontrib.contributors
sphinxcontrib-robotdoc
ipdb
#
# To run funnelweb use $ bin/funnelweb --pipeline=pandoc.cfg
# or create another pipeline to use
#
[funnelweb]
recipe = zc.recipe.egg
eggs =
funnelweb
transmogrify.command
# Plone instance used to create the widget capture page
[instance-widget-capture]
recipe = plone.recipe.zope2instance
blob-storage = ${buildout:directory}/var/blobstorage
user = admin:admin
http-address = 127.0.0.1:9090
debug-mode = on
verbose-security = on
eggs =
Pillow
Plone
[plonesite-widget-capture]
recipe = collective.recipe.plonesite
site-id = Plone
instance = instance-widget-capture
host = localhost
protocol = http
port = 9090
enabled = true
site-replace = true
[contributors-static-assets]
recipe = plone.recipe.command
command = ./install-sphinx-static-assets.sh