Skip to content

Commit a90234e

Browse files
committed
Update doc requirements
1 parent f599841 commit a90234e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Downgrade Jinja2 for sphinx<4
3434
if: ${{ matrix.sphinx-version }} == 'sphinx<4.0.2'
35-
run: python -m pip install jinja2==3.0.3
35+
run: python -m pip install jinja2==3.0.3 markupsafe==2.0.1 pydata-sphinx-theme==0.8.0
3636

3737
- name: Install
3838
run: |

doc/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy
22
matplotlib
3-
pydata-sphinx-theme<=0.8.0
4-
sphinx>3
3+
pydata-sphinx-theme
4+
sphinx

0 commit comments

Comments
 (0)