Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3b52396cf | ||
|
|
43eae65122 | ||
|
|
883a6080bb | ||
|
|
98c45ba092 | ||
|
|
6a07ce7b03 | ||
|
|
5dd59ed613 | ||
|
|
f5c6207eb7 | ||
|
|
109fee898e | ||
|
|
74c919c807 |
+1
-1
@@ -13,5 +13,5 @@ build:
|
|||||||
- mkdir -p $READTHEDOCS_OUTPUT/html
|
- mkdir -p $READTHEDOCS_OUTPUT/html
|
||||||
- cp -r build/html/* $READTHEDOCS_OUTPUT/html/
|
- cp -r build/html/* $READTHEDOCS_OUTPUT/html/
|
||||||
- cp -r build/markdown/* $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 -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",
|
"configurePreset": "documentation",
|
||||||
"targets": ["markdown"]
|
"targets": ["markdown"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "singlemarkdown",
|
||||||
|
"displayName": "Build Single Markdown Documentation",
|
||||||
|
"configurePreset": "documentation",
|
||||||
|
"targets": ["singlemarkdown"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "rst",
|
"name": "rst",
|
||||||
"displayName": "Build reStructuredText Documentation",
|
"displayName": "Build reStructuredText Documentation",
|
||||||
"configurePreset": "documentation",
|
"configurePreset": "documentation",
|
||||||
"targets": ["rst"]
|
"targets": ["rst"]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "singlerst",
|
|
||||||
"displayName": "Build Single reStructuredText Documentation",
|
|
||||||
"configurePreset": "documentation",
|
|
||||||
"targets": ["singlerst"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "docs-parallel",
|
"name": "docs-parallel",
|
||||||
"displayName": "Build HTML and Markdown in parallel",
|
"displayName": "Build HTML and Markdown in parallel",
|
||||||
"configurePreset": "documentation",
|
"configurePreset": "documentation",
|
||||||
"targets": ["html", "markdown", "rst", "singlerst"]
|
"targets": ["html", "markdown", "singlemarkdown", "rst"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workflowPresets": [
|
"workflowPresets": [
|
||||||
|
|||||||
+1
-1
@@ -4,5 +4,5 @@ setup_sphinx_environment()
|
|||||||
|
|
||||||
add_sphinx_builder(html)
|
add_sphinx_builder(html)
|
||||||
add_sphinx_builder(markdown)
|
add_sphinx_builder(markdown)
|
||||||
|
add_sphinx_builder(singlemarkdown)
|
||||||
add_sphinx_builder(rst)
|
add_sphinx_builder(rst)
|
||||||
add_sphinx_builder(singlerst)
|
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ sphinx
|
|||||||
sphinx-llms-txt
|
sphinx-llms-txt
|
||||||
sphinx-inline-tabs
|
sphinx-inline-tabs
|
||||||
sphinxext-opengraph
|
sphinxext-opengraph
|
||||||
sphinx-markdown-builder
|
sphinx-markdown-builder @ git+https://github.com/akaihola/sphinx-markdown-builder.git@singlemarkdown
|
||||||
sphinxcontrib-restbuilder @ git+https://github.com/jdillard/restbuilder.git@feature/singlerst-builder
|
sphinxcontrib-restbuilder
|
||||||
|
|||||||
Reference in New Issue
Block a user