Skip to content

Commit

Permalink
Update doc requirements (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Apr 30, 2022
1 parent f599841 commit 5061ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Downgrade Jinja2 for sphinx<4
if: ${{ matrix.sphinx-version }} == 'sphinx<4.0.2'
run: python -m pip install jinja2==3.0.3
run: python -m pip install jinja2==3.0.3 markupsafe==2.0.1 pydata-sphinx-theme==0.8.0

- name: Install
run: |
Expand Down
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
matplotlib
pydata-sphinx-theme<=0.8.0
sphinx>3
pydata-sphinx-theme
sphinx

0 comments on commit 5061ce8

Please sign in to comment.