[docs] Add restbuilder builder for single page .rst builds (#53)
This commit is contained in:
+7
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user