-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
48 lines (38 loc) · 983 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
47
48
[buildout]
extends = https://raw.githubusercontent.com/gitesdewallonie/buildout-gites/master/package-base.cfg
allow-picked-versions = true
package-name = gites.db
develop =
.
auto-checkout =
affinitic.sphinxcontrib.sqlalchemy
parts +=
docs
scripts
gites-eggs =
gites.db
gites-zcml =
gites.db
eggs =
${buildout:gites-eggs}
zcml =
${buildout:gites-zcml}
[versions]
gites.db =
Sphinx = 1.2.3
collective.recipe.sphinxbuilder = 0.8.2
collective.sphinx.includechangelog = 0.1.1
collective.sphinx.includedoc = 0.2
repoze.sphinx.autointerface = 0.6.2
z3c.recipe.sphinxdoc = 0.0.9dev
[sources]
affinitic.sphinxcontrib.sqlalchemy = git [email protected]:affinitic/affinitic.sphinxcontrib.sqlalchemy.git
[docs]
recipe = collective.recipe.sphinxbuilder
eggs = ${buildout:package-name} [docs]
build = ${buildout:directory}/docs
source = ${buildout:directory}/docs/sources
script-name = docs
[scripts]
recipe = zc.recipe.egg:scripts
eggs = gites.db[scripts]