Skip to content

Commit

Permalink
Removed hard-coding of sphinx-build command in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
  • Loading branch information
Akasurde committed Feb 2, 2016
1 parent c59443c commit 0c98c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = $(shell which sphinx-build)
PAPER =
BUILDDIR = _build

Expand Down

0 comments on commit 0c98c92

Please sign in to comment.