Skip to content

Commit 8abc6a9

Browse files
authored
Merge pull request #4279 from luarss/llms-txt
docs: add sphinx-llm to generate llms.txt and llms-full.txt
2 parents 85d92b5 + e2a7c8f commit 8abc6a9

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"sphinx_copybutton",
3838
"myst_parser",
3939
"sphinxcontrib.mermaid",
40+
"sphinx_llm.txt",
4041
]
4142

4243
myst_enable_extensions = [

docs/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ myst-parser
55
sphinx-book-theme
66
sphinx-copybutton
77
sphinxcontrib-mermaid
8+
sphinx-llm

docs/requirements_lock.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ docutils==0.19 \
180180
# myst-parser
181181
# pydata-sphinx-theme
182182
# sphinx
183+
# sphinx-markdown-builder
183184
exceptiongroup==1.3.1 \
184185
--hash=sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219 \
185186
--hash=sha256:a7a39a3bd276781e98394987d3a5701d0c4edffb633bb7a5144577f82c773598
@@ -432,6 +433,8 @@ sphinx==5.3.0 \
432433
# sphinx-book-theme
433434
# sphinx-copybutton
434435
# sphinx-external-toc
436+
# sphinx-llm
437+
# sphinx-markdown-builder
435438
# sphinxcontrib-mermaid
436439
sphinx-autobuild==2024.10.3 \
437440
--hash=sha256:158e16c36f9d633e613c9aaf81c19b0fc458ca78b112533b20dafcda430d60fa \
@@ -449,6 +452,14 @@ sphinx-external-toc==0.3.1 \
449452
--hash=sha256:9c8ea9980ea0e57bf3ce98f6a400f9b69eb1df808f7dd796c9c8cc1873d8b355 \
450453
--hash=sha256:cd93c1e7599327b2a728db12d9819068ce719c4b037ffc62e47f20ffb6310fb3
451454
# via -r docs/requirements.in
455+
sphinx-llm==0.4.1 \
456+
--hash=sha256:0789185dcbbecc00b5e25aa3db6342b98dad6a9def96088a9e50fa0203fda090 \
457+
--hash=sha256:d7c8ee2a6335636b628ea2b26cd1e1dee1f0cf9c40fe51b20f201af1c05b95f5
458+
# via -r docs/requirements.in
459+
sphinx-markdown-builder==0.6.10 \
460+
--hash=sha256:16d86738b9ac69fcbc86e373c31c6402c30af1fa8d98d0f62cc5f38bfe5fc26e \
461+
--hash=sha256:cd5acf88d52ea0146a712fd557404f10326dff3428a78ba928e59b1727fd4a86
462+
# via sphinx-llm
452463
sphinxcontrib-applehelp==2.0.0 \
453464
--hash=sha256:2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1 \
454465
--hash=sha256:4cd3f0ec4ac5dd9c17ec65e9ab272c9b867ea77425228e68ecf08d6b28ddbdb5
@@ -481,6 +492,10 @@ starlette==1.2.0 \
481492
--hash=sha256:36e0c76ac59157e75dc4b3bdeafba97fb04eaf1878045f15dbef666a6f092ed7 \
482493
--hash=sha256:3c5a6b23fff42492914e93890bb80cbfea72dbf37de268eec06185d62a4ca553
483494
# via sphinx-autobuild
495+
tabulate==0.10.0 \
496+
--hash=sha256:e2cfde8f79420f6deeffdeda9aaec3b6bc5abce947655d17ac662b126e48a60d \
497+
--hash=sha256:f0b0622e567335c8fabaaa659f1b33bcb6ddfe2e496071b743aa113f8774f2d3
498+
# via sphinx-markdown-builder
484499
typing-extensions==4.15.0 \
485500
--hash=sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466 \
486501
--hash=sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548

0 commit comments

Comments
 (0)