Add singlerst builder

This commit is contained in:
Jared Dillard
2025-12-01 13:51:26 -08:00
parent 543efabebb
commit dc9f16d454
6 changed files with 31 additions and 28 deletions
+4 -1
View File
@@ -11,4 +11,7 @@ build:
- cmake --workflow --preset documentation-workflow
# Copy built documentation to Read the Docs output directory
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -r build/* $READTHEDOCS_OUTPUT/html/
- cp -r build/html/* $READTHEDOCS_OUTPUT/html/
- cp -r build/markdown/* $READTHEDOCS_OUTPUT/html/
- cp -r build/rst/* $READTHEDOCS_OUTPUT/html/
- cp build/singlerst/index.rst $READTHEDOCS_OUTPUT/html/llms-full.txt