| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,7 +41,7 @@ help: | |||
| 41 | 41 | # treated as errors, which is good to skip simple Sphinx syntax mistakes. | |
| 42 | 42 | .PHONY: build | |
| 43 | 43 | build: setup | |
| 44 | - PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML) | ||
| 44 | + PYTHONWARNINGS=ignore::FutureWarning $(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML) | ||
| 45 | 45 | @echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \ | |
| 46 | 46 | "or run 'make serve' to see them in http://localhost:8000"; | |
| 47 | 47 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments