Skip to content

Commit

Permalink
Merge 58021ed into 89f6e79
Browse files Browse the repository at this point in the history
  • Loading branch information
niboshi committed Aug 21, 2017
2 parents 89f6e79 + 58021ed commit b838148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = sphinx-build -W
PAPER =
BUILDDIR = build

# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
ifeq ($(shell which $(word 1, $(SPHINXBUILD)) >/dev/null 2>&1; echo $$?), 1)
$(error The '$(word 1, $(SPHINXBUILD))' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
endif

# Internal variables.
Expand Down

0 comments on commit b838148

Please sign in to comment.