diff --git a/docs/docsite/Makefile b/docs/docsite/Makefile index d9e759edba..0b6949571a 100644 --- a/docs/docsite/Makefile +++ b/docs/docsite/Makefile @@ -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)"