mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
add sphinx-llms-txt to documentation extensions and dependencies
This commit is contained in:
parent
94d0d2a868
commit
a15d855db7
2 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ extensions = [
|
||||||
"sphinx.ext.graphviz",
|
"sphinx.ext.graphviz",
|
||||||
"sphinx.ext.inheritance_diagram",
|
"sphinx.ext.inheritance_diagram",
|
||||||
"sphinx.ext.viewcode",
|
"sphinx.ext.viewcode",
|
||||||
|
"sphinx_llms_txt",
|
||||||
"sphinx_design",
|
"sphinx_design",
|
||||||
"sphinx_copybutton",
|
"sphinx_copybutton",
|
||||||
"hoverxref.extension",
|
"hoverxref.extension",
|
||||||
|
|
|
||||||
|
|
@ -86,6 +86,7 @@ docs = [
|
||||||
"sphinx-hoverxref",
|
"sphinx-hoverxref",
|
||||||
"sphinx-rtd-theme",
|
"sphinx-rtd-theme",
|
||||||
"sphinx_autodoc_typehints",
|
"sphinx_autodoc_typehints",
|
||||||
|
"sphinx-llms-txt",
|
||||||
]
|
]
|
||||||
|
|
||||||
# all dependencies
|
# all dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue