8000 Removed hard-coding of sphinx-build command in Makefile · admdev8/github3.py@0c98c92 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 0c98c92

Browse files
committed
Removed hard-coding of sphinx-build command in Makefile
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 parent c59443c commit 0c98c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/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 = sphinx-build
6+
SPHINXBUILD = $(shell which sphinx-build)
77
PAPER =
88
BUILDDIR = _build
99

0 commit comments

Comments
 (0)
0