Skip to content

Commit 9939e2e

Browse files
committed
docs: add sphinx-llm to generate llms.txt and llms-full.txt
Mirrors The-OpenROAD-Project/OpenROAD#10598. Adds sphinx-llm extension to Sphinx config and requirements, bumps Python to 3.11 in readthedocs. Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 7b05472 commit 9939e2e

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3.7"
11+
python: "3.11"
1212

1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:

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.txt

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

0 commit comments

Comments
 (0)