summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2018-12-07 21:32:44 -0800
committerGitHub <noreply@github.com>2018-12-07 21:32:44 -0800
commit8ee86d5c1a7d718b0602767b54666a67f505fa11 (patch)
treeedca8041b6c784d56aef6c4777c3b6598a770374
parentf07a38da97a6a36eb12b203f6c1ffa4bf2b2cb87 (diff)
parent78119fa024d18b367c011b3db98a7b2ba7e9e5bf (diff)
downloadnumpy-8ee86d5c1a7d718b0602767b54666a67f505fa11.tar.gz
Merge pull request #12508 from charris/fix-doc-makefile
DOC, MAINT: Make `PYVER = 3` in doc/Makefile.
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 667dbef29..d61d115f0 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,7 +1,7 @@
# Makefile for Sphinx documentation
#
-PYVER = 3.6
+PYVER = 3
PYTHON = python$(PYVER)
# You can set these variables from the command line.