Skip to content

Commit

Permalink
Docs: use sphinx 4.x (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Mar 14, 2022
1 parent ef1c782 commit 2e1d7b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ version: 2
build:
os: "ubuntu-20.04"
tools:
# sphinx-js isn't compatible with python 3.10.
# https://github.com/mozilla/sphinx-js/issues/186
python: "3.9"
nodejs: "16"

Expand Down
14 changes: 9 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
sphinx==3.5.1
docutils==0.16.0
sphinx-prompt==1.1.0
sphinx-tabs==2.0.1
sphinx==4.4.0
sphinx-prompt==1.5.0
sphinx-tabs==3.2.0
sphinx-rtd-theme==1.0.0
sphinx-notfound-page==0.3
sphinx-notfound-page==0.8
sphinx-js==3.1

# sphinx-js pins jinja to a version that doesn't
# pin its version of markupsafe, markupsafe>=2.1
# isn't compatible with that version of jinja.
markupsafe==2.0.1

0 comments on commit 2e1d7b4

Please sign in to comment.