diff --git a/docs/conf.py b/docs/conf.py index 5ba9cea..d71fd87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,6 +46,7 @@ extensions = [ "sphinx.ext.graphviz", "sphinx.ext.inheritance_diagram", "sphinx.ext.viewcode", + "sphinx_llms_txt", "sphinx_design", "sphinx_copybutton", "hoverxref.extension", diff --git a/pyproject.toml b/pyproject.toml index f0aca33..39e710d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ docs = [ "sphinx-hoverxref", "sphinx-rtd-theme", "sphinx_autodoc_typehints", + "sphinx-llms-txt", ] # all dependencies