summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2018-03-29 21:27:25 -0700
committerRalf Gommers <ralf.gommers@gmail.com>2018-03-29 21:27:25 -0700
commit02389e5de947f3094c0b0727f435adc3d76caaaa (patch)
treee4c404030ece352bfb413bad80bc48837841e615
parenta7a18f28f41854c41805303f98cb96b22e066f01 (diff)
downloadnumpy-02389e5de947f3094c0b0727f435adc3d76caaaa.tar.gz
BLD: use Python 3.6 instead of 2.7 as default for doc build.
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d414d26d7..667dbef29 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,7 +1,7 @@
# Makefile for Sphinx documentation
#
-PYVER = 2.7
+PYVER = 3.6
PYTHON = python$(PYVER)
# You can set these variables from the command line.