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 Jun 5, 2022
1 parent 18feed2 commit 5e5a828
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build docs and check links
on: [push, pull_request]
env:
PYTHONWARNINGS: error
PYTHONWARNINGS: error,default::DeprecationWarning
jobs:
docs:
runs-on: ubuntu-latest
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.10"
python-version: "3.9"
- name: Double-check Python version
run: |
python --version
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 5e5a828

Please sign in to comment.