We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4512de8 commit 30d7bdbCopy full SHA for 30d7bdb
Makefile
@@ -41,7 +41,7 @@ help:
41
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
42
.PHONY: build
43
build: setup
44
- PYTHONWARNINGS=ignore::FutureWarning $(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
+ PYTHONWARNINGS=ignore::FutureWarning $(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML) && \
45
@echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \
46
"or run 'make serve' to see them in http://localhost:8000";
47
0 commit comments