提交 6e219399 编写于 作者: C Cleber Rosa

Docs: favor an explicitly named Python 3 binary

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 a7a0c205
# Makefile for Sphinx documentation
#
ifndef PYTHON
PYTHON=$(shell which python3 2>/dev/null || which python 2>/dev/null)
endif
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = $(PYTHON) -m sphinx
PAPER =
BUILDDIR = build
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册