Find Python correctly for Sphinx

This commit is contained in:
Petri Lehtinen 2024-03-19 18:07:30 +02:00
parent d0474877c3
commit 675129d365

View file

@ -218,7 +218,7 @@ endforeach ()
# determine Python executable used by Sphinx
if (Sphinx-build_EXECUTABLE)
# extract python executable from shebang of sphinx-build
find_package (PythonInterp QUIET)
find_package (Python3 QUIET)
set (Sphinx_PYTHON_EXECUTABLE "${PYTHON_EXECUTABLE}")
set (Sphinx_PYTHON_OPTIONS)
file (STRINGS "${Sphinx-build_EXECUTABLE}" FIRST_LINE LIMIT_COUNT 1)
@ -312,4 +312,4 @@ if (NOT Sphinx_DIR AND Sphinx-build_EXECUTABLE)
endif ()
unset (_Sphinx_VERSION)
unset (_Sphinx_REQUIRED_VARS)
unset (_Sphinx_REQUIRED_VARS)