Switch to python3 for sphinx document generator
Python2.7 has just been officially deprecated on Jan 1 2020. Change-Id: I5b7b5d3955f72c9281b2f602047e07c9d2b9c2a5
This commit is contained in:
parent
c731217607
commit
9fa56b675d
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# You can set these variables from the command line.
|
# You can set these variables from the command line.
|
||||||
SPHINXOPTS =
|
SPHINXOPTS =
|
||||||
SPHINXBUILD = python -msphinx
|
SPHINXBUILD = python3 -msphinx
|
||||||
SPHINXPROJ = ShakaPackager
|
SPHINXPROJ = ShakaPackager
|
||||||
SOURCEDIR = source
|
SOURCEDIR = source
|
||||||
BUILDDIR = ../out/sphinx
|
BUILDDIR = ../out/sphinx
|
||||||
|
|
Loading…
Reference in New Issue