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 3a90475 + b2980fb commit f4c8de1Copy full SHA for f4c8de1
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