Skip to content

Commit

Permalink
Merge pull request numpy#16365 from WarrenWeckesser/tweak-doc-makefile
Browse files Browse the repository at this point in the history
DOC: Fix an obvious mistake in a message printed in doc/Makefile.
  • Loading branch information
charris authored May 30, 2020
2 parents 5c4b586 + 5068267 commit cbde478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ html-scipyorg:
mkdir -p build/html build/doctrees
$(SPHINXBUILD) -t scipyorg -b html $(ALLSPHINXOPTS) build/html-scipyorg $(FILES)
@echo
@echo "Build finished. The HTML pages are in build/html."
@echo "Build finished. The HTML pages are in build/html-scipyorg."

pickle: generate version-check
mkdir -p build/pickle build/doctrees
Expand Down

0 comments on commit cbde478

Please sign in to comment.