8000
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.
2 parents 5bef70a + f4c8de1 commit 2d9d300Copy full SHA for 2d9d300
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 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