Skip to content

Commit fe6ee87

Browse files
committed
Don't use absolute path for sphinx-build
This allows sphinx-build to run as long as it is in $PATH
1 parent bbb7bae commit fe6ee87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = /usr/local/bin/sphinx-build
6+
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = _build
99

0 commit comments

Comments
 (0)