Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 0ebc285

Browse files
committed
fixup! fix: build missing in .readthedocs
1 parent f7691eb commit 0ebc285

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.readthedocs.yml

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/source/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Sphinx==2.1.2
2-
recommonmark==0.5.0
3-
sphinx-markdown-tables==0.0.9
4-
sphinx-rtd-theme==0.4.3
5-
mistune==0.8.4
6-
m2r==0.2.1
7-
Jinja2<3.1
1+
Sphinx>=9.1.0
2+
recommonmark>=0.7.1
3+
sphinx-markdown-tables>=0.0.17
4+
sphinx-rtd-theme>=3.1.0
5+
mistune>=3.2.0
6+
m2r2>=0.3.4
7+
Jinja2>=3.1.6,<4.0

0 commit comments

Comments
 (0)