summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-05-24 20:22:17 -0700
committermattip <matti.picus@gmail.com>2018-05-24 20:22:17 -0700
commit2854a42945c2ae5d4d5bac7c1995954b76d50b18 (patch)
treec3a75429423632118826fc24ffd355e0b5992682
parent0793aa7cabb8bf629a47e180b8e9f04867131b43 (diff)
downloadnumpy-2854a42945c2ae5d4d5bac7c1995954b76d50b18.tar.gz
setting version confuses circleci
-rw-r--r--doc/neps/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/neps/Makefile b/doc/neps/Makefile
index 91316689c..3c023ae9b 100644
--- a/doc/neps/Makefile
+++ b/doc/neps/Makefile
@@ -1,6 +1,5 @@
# Minimal makefile for Sphinx documentation
#
-PYVER = 3.6
# You can set these variables from the command line.
SPHINXOPTS = -W
@@ -16,7 +15,7 @@ help:
.PHONY: help Makefile index
index:
- python${PYVER} tools/build_index.py
+ python tools/build_index.py
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).