From f32dbde9bcef92d3a120f40f536171efe184c23f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 25 Feb 2020 18:17:49 +0100 Subject: docs: use python3 for building --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index e8d0c73f..177fb72f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -6,7 +6,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build -PYTHON = python +PYTHON = python3 # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 -- cgit v1.2.3