From 02a362e7de9387645db08a9e76cbae84ca18a98b Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 5 Sep 2017 16:59:25 -0400 Subject: [PATCH] Replace rst extension with html in message (#29022) --- docs/docsite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"