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 19fa4d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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 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 19fa4d9

Please sign in to comment.