forked from UWPCE-PythonCert/training.python_web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildout.cfg
More file actions
57 lines (45 loc) · 962 Bytes
/
buildout.cfg
File metadata and controls
57 lines (45 loc) · 962 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# Buildout to set-up Sphinx
#
[buildout]
parts =
sphinx
extensions = mr.developer
auto-checkout = *
always-checkout = force
allow-picked-versions = true
show-picked-versions = true
versions = versions
script-in = ${buildout:directory}/commands/build.in
[sphinx]
recipe = collective.recipe.sphinxbuilder
outputs =
html
source = ${buildout:directory}/source/main
build = ${buildout:directory}/build
eggs =
Sphinx
docutils
Pygments
hieroglyph
ipython
[versions]
# pin versions for continued sanity
Jinja2 = 2.7.2
Pygments = 1.6
Sphinx = 1.2.2
collective.recipe.sphinxbuilder = 0.8.2
#Required by:
#collective.recipe.sphinxbuilder 0.7.1
docutils = 0.11
#Required by:
#collective.recipe.sphinxbuilder 0.7.1
zc.buildout = 1.5.2
#Required by:
#collective.recipe.sphinxbuilder 0.7.1
zc.recipe.egg = 1.3.2
#Required by:
#rjm.recipe.venv 0.8
virtualenv = 1.10
[sources]
hieroglyph = git https://github.com/nyergler/hieroglyph.git