Add singlerst builder
This commit is contained in:
+7
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user