Customizable Python interpreter in doc/Makefile

Fix after previous stray edit.
This commit is contained in:
Jakob Lykke Andersen
2018-06-17 09:57:52 +02:00
parent 3d6c7d147d
commit cff1146775

View File

@@ -1,9 +1,10 @@
# Makefile for Sphinx documentation
#
PYTHON ?= python
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python3 ../sphinx/cmd/build.py
SPHINXBUILD = $(PYTHON) ../sphinx/cmd/build.py
SPHINXPROJ = sphinx
SOURCEDIR = .
BUILDDIR = _build