Merge branch 'main' into feature/singlemarkdown

This commit is contained in:
Jared Dillard
2025-10-28 12:28:18 -07:00
2 changed files with 0 additions and 13 deletions
-3
View File
@@ -13,9 +13,6 @@ function(add_sphinx_builder builder_name)
)
endfunction()
# Build all formats
add_custom_target(docs ALL)
add_dependencies(docs html markdown singlemarkdown)
# Add builder targets
add_sphinx_builder(html)
add_sphinx_builder(markdown)