Skip to content

Commit

Permalink
Winbot does not seem to like the newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 18, 2017
1 parent eb1db75 commit 251e74b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ recipe = collective.recipe.cmd
on_install = true
on_update = true
cmds =
${buildout:directory}/bin/sphinx-build -q \
-b html -d ${buildout:directory}/docs/_build/doctrees \
-a -W ${buildout:directory}/docs ${buildout:directory}/docs/_build/html
${buildout:directory}/bin/sphinx-build -q -b html -d ${buildout:directory}/docs/_build/doctrees -a -W ${buildout:directory}/docs ${buildout:directory}/docs/_build/html

[checkversions]
# script to find newer versions
Expand Down

0 comments on commit 251e74b

Please sign in to comment.