File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
[buildout]
8
8
parts =
9
- download
10
- install
11
9
sphinx
12
10
13
11
allow-hosts =
@@ -54,15 +52,16 @@ auto-checkout =
54
52
55
53
allow-picked-versions = true
56
54
57
- [download]
58
- recipe = hexagonit.recipe.download
59
- url = https://launchpad.net/plone/4.2/4.2.1/+download/Plone-4.2.1-UnifiedInstaller.tgz
60
-
61
- # http://datakurre.pandala.org/2012/09/speed-up-your-plone-add-on-tests-on.html
62
- [install]
63
- recipe = collective.recipe.cmd
64
- on_install = true
65
- cmds = tar jxf ${download:location}/Plone-4.2.1-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
55
+ # Don't try to do this smart optimization anymore as we are not running on rtd.org
56
+ # [download]
57
+ # recipe = hexagonit.recipe.download
58
+ # url = https://launchpad.net/plone/4.2/4.2.1/+download/Plone-4.2.1-UnifiedInstaller.tgz
59
+ #
60
+ # # http://datakurre.pandala.org/2012/09/speed-up-your-plone-add-on-tests-on.html
61
+ # [install]
62
+ # recipe = collective.recipe.cmd
63
+ # on_install = true
64
+ # cmds = tar jxf ${download:location}/Plone-4.2.1-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
66
65
67
66
#
68
67
# We need to list all packages here which are referred by Sphinx's autodoc directive,
You can’t perform that action at this time.
0 commit comments