Skip to content

Commit 204b649

Browse files
authored
Merge branch 'master' into ghc-927
2 parents 83da7b9 + c841c45 commit 204b649

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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)