From 3f124e79ce8e5a31369dc422364c3a3b067b0ca3 2016-10-03 16:25:55 From: Thomas Kluyver Date: 2016-10-03 16:25:55 Subject: [PATCH] Make python3 default Python for docs build --- diff --git a/docs/Makefile b/docs/Makefile index a6546d0..8358bed 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build PAPER = SRCDIR = source BUILDDIR = build -PYTHON = python +PYTHON = python3 # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4