File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5151 "sphinx_multiversion" ,
5252 "sphinx.ext.napoleon" ,
5353 "sphinx_toolbox.collapse" ,
54+ "sphinx_llms_txt" ,
5455]
5556
5657templates_path = ["_templates" ]
186187
187188repo_root = Path (__file__ ).resolve ().parents [2 ] # if conf.py is in docs/
188189
190+ llms_txt_exclude = ["autoapi*" ]
189191
190192def setup (app : Sphinx ) -> None :
191193 generate_versions_json (repo_root , BASE_URL )
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ docs = [
8686 " ipykernel (>=6.29.5,<7.0.0)" ,
8787 " tensorboardx (>=2.6.2.2,<3.0.0)" ,
8888 " sphinx-multiversion (>=0.2.4,<1.0.0)" ,
89- " sphinx-toolbox (>=4.0.0, <5.0.0)"
89+ " sphinx-toolbox (>=4.0.0,<5.0.0)" ,
90+ " sphinx-llms-txt (>=0.3.0,<0.4.0)"
9091]
9192dspy = [
9293 " dspy (>=2.6.5,<3.0.0)" ,
You can’t perform that action at this time.
0 commit comments