summaryrefslogtreecommitdiff
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
parentf599841d64e8403de9c38df879e6f5b1c32d3ec1 (diff)
downloadnumpydoc-5061ce87c3a7d32a7e8c4d37d23c8706a081f271.tar.gz
Update doc requirements (#389)
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--doc/requirements.txt4
2 files changed, 3 insertions, 3 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: |
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 84b1eb8..bff4625 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,4 +1,4 @@
numpy
matplotlib
-pydata-sphinx-theme<=0.8.0
-sphinx>3
+pydata-sphinx-theme
+sphinx