FindSphinx¶
Find Sphinx, the Python documentation generator.
This find-module searches for the sphinx-build executable and provides the
usual find_package(Sphinx) result variables.
Result Variables¶
This module defines the following variables:
- SPHINX_FOUND¶
Boolean result indicating whether Sphinx was found.
- SPHINX_EXECUTABLE¶
Full path to the discovered
sphinx-buildexecutable.
Hints¶
The following variable may be set to influence this module’s behavior:
- SPHINX_ROOT¶
Preferred search prefix for the
sphinx-buildexecutable. If set, this path is searched with higher priority before falling back to the system search path.