From 78119fa024d18b367c011b3db98a7b2ba7e9e5bf Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 7 Dec 2018 21:32:29 -0700 Subject: DOC, MAINT: Make `PYVER = 3` in doc/Makefile. The current version is 3.6, which is too specific. I got caught by that when python3.7 turned out to be my new python3 after upgrading fedora. [ci skip] --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1