fix build script

This commit is contained in:
Tim Bentley 2015-09-02 21:17:15 +01:00
parent fa4d6817c7
commit 83f064a1f0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build-3
SPHINXBUILD = `which sphinx-build-3 || which sphinx-build`
PAPER =
# Internal variables.