Replace rst extension with html in message (#29022)

pull/29027/merge
Sam Doran 7 years ago committed by GitHub
parent ea74176a28
commit 02a362e7de

@ -73,4 +73,4 @@ epub:
htmlsingle: assertrst
sphinx-build -j $(CPUS) -b html -d _build/doctrees ./rst _build/html rst/$(rst)
@echo "Output is in _build/html/$(rst)"
@echo "Output is in _build/html/$(rst:.rst=.html)"

Loading…
Cancel
Save