Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b21010078 | ||
|
|
72719e881c | ||
|
|
dc9f16d454 |
+1
-1
@@ -13,5 +13,5 @@ build:
|
||||
- mkdir -p $READTHEDOCS_OUTPUT/html
|
||||
- cp -r build/html/* $READTHEDOCS_OUTPUT/html/
|
||||
- cp -r build/markdown/* $READTHEDOCS_OUTPUT/html/
|
||||
- cp build/singlemarkdown/index.md $READTHEDOCS_OUTPUT/html/llms-full.txt
|
||||
- cp -r build/rst/* $READTHEDOCS_OUTPUT/html/
|
||||
- cp build/singlerst/index.rst $READTHEDOCS_OUTPUT/html/llms-full.txt
|
||||
|
||||
+7
-7
@@ -21,23 +21,23 @@
|
||||
"configurePreset": "documentation",
|
||||
"targets": ["markdown"]
|
||||
},
|
||||
{
|
||||
"name": "singlemarkdown",
|
||||
"displayName": "Build Single Markdown Documentation",
|
||||
"configurePreset": "documentation",
|
||||
"targets": ["singlemarkdown"]
|
||||
},
|
||||
{
|
||||
"name": "rst",
|
||||
"displayName": "Build reStructuredText Documentation",
|
||||
"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", "singlemarkdown", "rst"]
|
||||
"targets": ["html", "markdown", "rst", "singlerst"]
|
||||
}
|
||||
],
|
||||
"workflowPresets": [
|
||||
|
||||
+1
-1
@@ -4,5 +4,5 @@ setup_sphinx_environment()
|
||||
|
||||
add_sphinx_builder(html)
|
||||
add_sphinx_builder(markdown)
|
||||
add_sphinx_builder(singlemarkdown)
|
||||
add_sphinx_builder(rst)
|
||||
add_sphinx_builder(singlerst)
|
||||
|
||||
@@ -5,5 +5,5 @@ sphinx
|
||||
sphinx-llms-txt
|
||||
sphinx-inline-tabs
|
||||
sphinxext-opengraph
|
||||
sphinx-markdown-builder @ git+https://github.com/akaihola/sphinx-markdown-builder.git@singlemarkdown
|
||||
sphinxcontrib-restbuilder
|
||||
sphinx-markdown-builder
|
||||
sphinxcontrib-restbuilder @ git+https://github.com/jdillard/restbuilder.git@feature/singlerst-builder
|
||||
|
||||
Reference in New Issue
Block a user