9 lines
163 B
CMake
9 lines
163 B
CMake
include(SphinxUtils)
|
|
|
|
setup_sphinx_environment()
|
|
|
|
add_sphinx_builder(html)
|
|
add_sphinx_builder(markdown)
|
|
add_sphinx_builder(singlemarkdown)
|
|
add_sphinx_builder(rst)
|