[docs] Add restbuilder builder for single page .rst builds (#53)

This commit is contained in:
Jared Dillard
2025-12-01 13:34:45 -08:00
committed by GitHub
parent 141e0e29f6
commit 543efabebb
5 changed files with 22 additions and 3 deletions
+7 -1
View File
@@ -21,11 +21,17 @@
"configurePreset": "documentation",
"targets": ["markdown"]
},
{
"name": "rst",
"displayName": "Build reStructuredText Documentation",
"configurePreset": "documentation",
"targets": ["rst"]
},
{
"name": "docs-parallel",
"displayName": "Build HTML and Markdown in parallel",
"configurePreset": "documentation",
"targets": ["html", "markdown"]
"targets": ["html", "markdown", "rst"]
}
],
"workflowPresets": [