add sphinx-llms-txt to documentation extensions and dependencies

This commit is contained in:
marked23 2025-08-17 12:36:43 -07:00
parent 94d0d2a868
commit a15d855db7
2 changed files with 2 additions and 0 deletions

View file

@ -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",

View file

@ -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