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
+7 -1
View File
@@ -27,11 +27,17 @@
"configurePreset": "documentation",
"targets": ["rst"]
},
{
"name": "singlerst",
"displayName": "Build Single reStructuredText Documentation",
"configurePreset": "documentation",
"targets": ["singlerst"]
},
{
"name": "docs-parallel",
"displayName": "Build HTML and Markdown in parallel",
"configurePreset": "documentation",
"targets": ["html", "markdown", "rst"]
"targets": ["html", "markdown", "rst", "singlerst"]
}
],
"workflowPresets": [