# Find Sphinx
include(SphinxUtils)
setup_sphinx_environment()

# Add builder targets
add_sphinx_builder(html)
add_sphinx_builder(markdown)
add_sphinx_builder(rst)
add_sphinx_builder(singlerst)
