Skip to content

Commit

Permalink
Remove broken package-docs part, remove hardcoded download-cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 29, 2016
1 parent e830105 commit f7b81a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
18 changes: 0 additions & 18 deletions buildout.cfg
Expand Up @@ -5,12 +5,10 @@ extends =
parts =
test-ztk
sphinx
# package-docs
generate-releases
ztk-docs
checkversions

download-cache = download-cache
extensions = mr.developer

allow-picked-versions = false
Expand All @@ -30,22 +28,6 @@ eggs =
${ztk:packages}
interpreter = sphinx-py

[package-docs]
recipe = collective.recipe.cmd
on_install = true
on_update = true
cmds =
zpkgs="${ztk:packages}"
for zpkg in $zpkgs; do
where="${buildout:directory}/src/$zpkg"
if [ -e $where/docs ]; then
echo $zpkg
${buildout:directory}/bin/sphinx-build -q \
-b html -d $where/docs/_build/doctrees \
$where/docs $where/docs/_build/html
fi
done

[generate-releases]
recipe = collective.recipe.cmd
on_install = true
Expand Down
1 change: 0 additions & 1 deletion download-cache/README.txt

This file was deleted.

0 comments on commit f7b81a4

Please sign in to comment.