Thanks to visit codestin.com Credit goes to github.com
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.
1 parent c51c381 commit b2980fbCopy full SHA for b2980fb
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