8 lines
128 B
CMake
8 lines
128 B
CMake
include(SphinxUtils)
|
|
|
|
setup_sphinx_environment()
|
|
|
|
add_sphinx_builder(html)
|
|
add_sphinx_builder(markdown)
|
|
add_sphinx_builder(rst)
|