9 lines
174 B
CMake
9 lines
174 B
CMake
# Find Sphinx
|
|
include(SphinxUtils)
|
|
setup_sphinx_environment()
|
|
|
|
# Add builder targets
|
|
add_sphinx_builder(html)
|
|
add_sphinx_builder(markdown)
|
|
add_sphinx_builder(singlemarkdown)
|