summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-04-30 11:17:04 -0700
committerGitHub <noreply@github.com>2022-04-30 11:17:04 -0700
commit5061ce87c3a7d32a7e8c4d37d23c8706a081f271 (patch)
treeb78ee5d011c7dcee039dd071dda5e9ee32cab393 /.github/workflows/test.yml
parentf599841d64e8403de9c38df879e6f5b1c32d3ec1 (diff)
downloadnumpydoc-5061ce87c3a7d32a7e8c4d37d23c8706a081f271.tar.gz
Update doc requirements (#389)
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fa580dc..bdc263d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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: |