9 lines
158 B
CMake
9 lines
158 B
CMake
include(SphinxUtils)
|
|
|
|
setup_sphinx_environment()
|
|
|
|
add_sphinx_builder(html)
|
|
add_sphinx_builder(markdown)
|
|
add_sphinx_builder(rst)
|
|
add_sphinx_builder(singlerst)
|