File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141# treated as errors, which is good to skip simple Sphinx syntax mistakes.
4242.PHONY : build
4343build : setup
44- 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" ;
44+ 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" ;
4747
4848
4949# setup: After running "venv" target, prepare that virtual environment with
7878# could have been created by the actions in other targets of this script
7979.PHONY : clean
8080clean :
81- rm -fr $(VENV )
81+ rm -rf $(VENV )
8282 rm -rf $(POSPELL_TMP_DIR )
8383 find -name ' *.mo' -delete
8484
You can’t perform that action at this time.
0 commit comments