##// END OF EJS Templates
Make python3 default Python for docs build
Thomas Kluyver -
Show More
@@ -7,7 +7,7 b' SPHINXBUILD = sphinx-build'
7 PAPER =
7 PAPER =
8 SRCDIR = source
8 SRCDIR = source
9 BUILDDIR = build
9 BUILDDIR = build
10 PYTHON = python
10 PYTHON = python3
11
11
12 # Internal variables.
12 # Internal variables.
13 PAPEROPT_a4 = -D latex_paper_size=a4
13 PAPEROPT_a4 = -D latex_paper_size=a4
General Comments 0
You need to be logged in to leave comments. Login now