forked from collective/collective.developermanual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
61 lines (50 loc) · 1.21 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
#
# 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
extends =
http://dist.plone.org/release/4.1-latest/versions.cfg
sources.cfg
extensions =
mr.developer
buildout.dumppickedversions
dump-picked-versions-file = picked.cfg
sources = sources
sources-dir = ${buildout:directory}/src
#These are packages that contain documentation in them
auto-checkout =
plone.app.portlets
plone.app.viewletmanager
plone.app.contentrules
Products.ResourceRegistries
Products.GenericSetup
Products.DCWorkflow
plone.app.contentrules
plone.app.workflow
Products.CMFEditions
allow-picked-versions = true
[sphinx]
recipe = collective.recipe.sphinxbuilder
#doc-directory = .
outputs = html
source = ${buildout:directory}/source
build = ${buildout:directory}/build
eggs =
Sphinx
Docutils
roman
Pygments
Plone
collective.sphinx.includedoc
collective.sphinx.autoatschema
[versions]
roadrunner = 0.2.3.1
zc.recipe.egg=1.2.0
# Some pindowns to make sure Sphinx + dependencies don't go havoc
collective.recipe.sphinxbuilder = 0.7.0
Sphinx = 1.1.2
docutils = 0.8.1