Skip to content

Commit 4515bdb

Browse files
committed
fix: use requirements.in as source and regenerate lock file with sphinx-llm
Add sphinx-llm to requirements.in, regenerate requirements.txt via pip-compile with Python 3.10, and downgrade RTD Python back to 3.10. Signed-off-by: Jack Luar <39641663+luarss@users.noreply.github.com>
1 parent 22b5057 commit 4515bdb

3 files changed

Lines changed: 697 additions & 10 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
- libasound2
1616
- graphviz
1717
tools:
18-
python: "3.11"
18+
python: "3.10"
1919
nodejs: "16"
2020
jobs:
2121
post_install:

docs/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sphinxcontrib-mermaid
66
sphinx-book-theme
77
sphinx-copybutton
88
sphinx-tabs
9+
sphinx-llm

0 commit comments

Comments
 (0)