8000 Merge pull request #12508 from charris/fix-doc-makefile · numpy/numpy@8ee86d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ee86d5

Browse files
authored
Merge pull request #12508 from charris/fix-doc-makefile
DOC, MAINT: Make `PYVER = 3` in doc/Makefile.
2 parents f07a38d + 78119fa commit 8ee86d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile for Sphinx documentation
22
#
33

4-
PYVER = 3.6
4+
PYVER = 3
55
PYTHON = python$(PYVER)
66

77
# You can set these variables from the command line.

0 commit comments

Comments
 (0)
0