Dont assume sphinx-build is a python script

Fixes #1561
This commit is contained in:
Kovid Goyal
2019-04-24 15:12:36 +05:30
parent 47969e9f18
commit da999f730b
2 changed files with 6 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS = -j auto -T $(FAIL_WARN)
SPHINXBUILD = python3 .. +launch :sphinx-build
SPHINXBUILD = sphinx-build
SPHINXPROJ = kitty
SOURCEDIR = .
BUILDDIR = _build