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

Commit 2e1d7b4

Browse files
authored
Docs: use sphinx 4.x (#105)
1 parent ef1c782 commit 2e1d7b4

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.readthedocs.yml renamed to .readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ version: 2
33
build:
44
os: "ubuntu-20.04"
55
tools:
6+
# sphinx-js isn't compatible with python 3.10.
7+
# https://github.com/mozilla/sphinx-js/issues/186
68
python: "3.9"
79
nodejs: "16"
810

docs/requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
sphinx==3.5.1
2-
docutils==0.16.0
3-
sphinx-prompt==1.1.0
4-
sphinx-tabs==2.0.1
1+
sphinx==4.4.0
2+
sphinx-prompt==1.5.0
3+
sphinx-tabs==3.2.0
54
sphinx-rtd-theme==1.0.0
6-
sphinx-notfound-page==0.3
5+
sphinx-notfound-page==0.8
76
sphinx-js==3.1
7+
8+
# sphinx-js pins jinja to a version that doesn't
9+
# pin its version of markupsafe, markupsafe>=2.1
10+
# isn't compatible with that version of jinja.
11+
markupsafe==2.0.1

0 commit comments

Comments
 (0)