We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-W
1 parent 4ca1835 commit 879978eCopy full SHA for 879978e
Makefile
@@ -40,7 +40,7 @@ help:
40
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
41
.PHONY: build
42
build: setup
43
- sphinx-build -j auto -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
+ sphinx-build -j auto -W -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
44
@echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \
45
"or run 'make serve' to see them in http://localhost:8000";
46
0 commit comments