-
Notifications
You must be signed in to change notification settings - Fork 12
/
buildout.cfg
46 lines (40 loc) · 960 Bytes
/
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
#
# Buildout to create toplone command which uploads Sphinx documentation to Plone site
#
[buildout]
parts =
sphinx
extensions = mr.developer
auto-checkout = *
sources = sources
# sources-dir = ${buildout:directory}/src
[sphinx]
recipe = collective.recipe.sphinxbuilder
#doc-directory = .
#outputs = html
source = ${buildout:directory}/source
build = ${buildout:directory}/build
eggs =
Sphinx
Docutils
roman
Pygments
sphinx.themes.plone
collective.sphinx.includedoc
collective.sphinx.autoatschema
[versions]
zc.buildout = 2.2.1
setuptools = 2.2
Sphinx = 1.2.2
# robot-support requires the newest versions:
Pygments = 1.6
docutils = 0.11
plone.app.robotframework = 0.8.4
robotframework = 2.8.4
robotframework-selenium2library = 1.5.0
robotframework-selenium2screenshots = 0.4.0
robotsuite = 1.4.3
selenium = 2.41.0
sphinxcontrib-robotframework = 0.4.3
[sources]
sphinx.themes.plone = git [email protected]:plone/sphinx.themes.plone.git