Skip to content

Commit

Permalink
DOC: build with Sphinx version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 17, 2023
1 parent 6504d11 commit 8e49186
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"
- name: Double-check Python version
run: |
python --version
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.9"
submodules:
include: all
python:
Expand Down
4 changes: 4 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
sphinx >= 3, < 4
docutils >= 0.16, < 0.17
jinja2 < 3
markupsafe < 2
sphinx-last-updated-by-git

0 comments on commit 8e49186

Please sign in to comment.