summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-03-29 14:51:51 -0700
committerGitHub <noreply@github.com>2022-03-29 14:51:51 -0700
commit96a1c0bb18e17530b0d17376e59ae198e2b5e4ce (patch)
treec7a34ff260d89fd20d79724822dfb799b8296774
parent9b7ada8e8a8943c29b983e988da1ad5aab2b5b6c (diff)
downloadnumpydoc-96a1c0bb18e17530b0d17376e59ae198e2b5e4ce.tar.gz
Upper bound jinja (#369)
* Upper bound jinja * Upper bound pydata-sphinx-theme
-rw-r--r--doc/requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index f0dd419..d5c05ab 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,4 +1,4 @@
numpy
matplotlib
-pydata-sphinx-theme
+pydata-sphinx-theme<=0.8.0
sphinx>2
diff --git a/setup.py b/setup.py
index d079f9d..3351e2f 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ setup(
author_email="pav@iki.fi",
url="https://numpydoc.readthedocs.io",
license="BSD",
- install_requires=["sphinx >= 1.8", 'Jinja2>=2.10'],
+ install_requires=["sphinx>=1.8", 'Jinja2>=2.10,<3.1'],
python_requires=">=3.7",
extras_require={
"testing": [