[docs] Demo all format options (#60)

This commit is contained in:
Jared Dillard
2025-12-08 00:40:59 -08:00
committed by GitHub
parent 8254002622
commit 61f9b38d4d
5 changed files with 77 additions and 7 deletions
+2
View File
@@ -9,6 +9,8 @@ build:
- pip install -r docs/requirements.txt
- pip install -e .
- cmake --workflow --preset documentation-workflow
# Generate llms.txt variants for demo purposes
- python docs/generate_llms_variants.py build/html
# Copy built documentation to Read the Docs output directory
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -r build/html/* $READTHEDOCS_OUTPUT/html/