diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-12-07 21:32:29 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-12-07 21:37:45 -0700 |
commit | 78119fa024d18b367c011b3db98a7b2ba7e9e5bf (patch) | |
tree | edca8041b6c784d56aef6c4777c3b6598a770374 /doc | |
parent | f07a38da97a6a36eb12b203f6c1ffa4bf2b2cb87 (diff) | |
download | numpy-78119fa024d18b367c011b3db98a7b2ba7e9e5bf.tar.gz |
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]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
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. |