From 02389e5de947f3094c0b0727f435adc3d76caaaa Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Thu, 29 Mar 2018 21:27:25 -0700 Subject: BLD: use Python 3.6 instead of 2.7 as default for doc build. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1