From 9fa56b675dbebdbc5b8869b14e255372e90924c9 Mon Sep 17 00:00:00 2001 From: KongQun Yang Date: Tue, 21 Jan 2020 16:08:09 -0800 Subject: [PATCH] Switch to python3 for sphinx document generator Python2.7 has just been officially deprecated on Jan 1 2020. Change-Id: I5b7b5d3955f72c9281b2f602047e07c9d2b9c2a5 --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 852d95b4c6..300ba13fc5 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = python -msphinx +SPHINXBUILD = python3 -msphinx SPHINXPROJ = ShakaPackager SOURCEDIR = source BUILDDIR = ../out/sphinx