Skip to content

Commit c841c45

Browse files
authored
Try to fix the docs build (#3576)
1 parent cda1325 commit c841c45

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.readthedocs.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ version: 2
33
sphinx:
44
configuration: docs/conf.py
55

6+
build:
7+
os: "ubuntu-22.04"
8+
tools:
9+
# this means the latest python 3
10+
python: "3"
11+
612
python:
7-
version: 3.8
813
install:
914
- requirements: docs/requirements.txt

docs/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx~=4.5.0
2-
sphinx-rtd-theme~=1.0.0
3-
myst-parser~=0.17.2
1+
Sphinx~=5.3.0
2+
sphinx-rtd-theme~=1.1.0
3+
myst-parser~=1.0.0
44
docutils<0.19

0 commit comments

Comments
 (0)