diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-03-29 21:27:25 -0700 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2018-03-29 21:27:25 -0700 |
commit | 02389e5de947f3094c0b0727f435adc3d76caaaa (patch) | |
tree | e4c404030ece352bfb413bad80bc48837841e615 | |
parent | a7a18f28f41854c41805303f98cb96b22e066f01 (diff) | |
download | numpy-02389e5de947f3094c0b0727f435adc3d76caaaa.tar.gz |
BLD: use Python 3.6 instead of 2.7 as default for doc build.
-rw-r--r-- | doc/Makefile | 2 |
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. |