Skip to content

Commit af573b9

Browse files
committed
Fix config for Read the Docs
1 parent 98a7244 commit af573b9

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
13
version: 2
24

5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.10"
9+
310
sphinx:
411
configuration: docs/conf.py
512

613
python:
7-
version: 3.8
814
install:
915
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx==3.5.1
2-
sphinx_rtd_theme==0.5.1
3-
myst-parser==0.13.5
1+
sphinx~=7.2
2+
sphinx_rtd_theme~=2.0
3+
myst-parser~=2.0

0 commit comments

Comments
 (0)