We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f599841 commit 5061ce8Copy full SHA for 5061ce8
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Downgrade Jinja2 for sphinx<4
34
if: ${{ matrix.sphinx-version }} == 'sphinx<4.0.2'
35
- 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
36
37
- name: Install
38
run: |
doc/requirements.txt
@@ -1,4 +1,4 @@
1
numpy
2
matplotlib
3
-pydata-sphinx-theme<=0.8.0
4
-sphinx>3
+pydata-sphinx-theme
+sphinx
0 commit comments