We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3018f8b + 07448e4 commit c549d84Copy full SHA for c549d84
doc/Makefile
@@ -88,6 +88,7 @@ ifeq "$(GITVER)" "Unknown"
88
# @echo sdist build with unlabeled sources
89
else ifeq ("", "$(NUMPYVER)")
90
@echo numpy not found, cannot build documentation without successful \"import numpy\"
91
+ @echo Try overriding the makefile PYTHON variable with '"make PYTHON=python $(MAKECMDGOALS)"'
92
@exit 1
93
else ifneq ($(NUMPYVER),$(GITVER))
94
@echo installed numpy $(NUMPYVER) != current repo git version \'$(GITVER)\'
@@ -263,4 +264,3 @@ info:
263
264
265
show:
266
@python -c "import webbrowser; webbrowser.open_new_tab('file://$(PWD)/build/html/index.html')"
-
0 commit comments