Skip to content

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

+1-1
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)