Skip to content

Commit 96a1c0b

Browse files
Upper bound jinja (#369)
* Upper bound jinja * Upper bound pydata-sphinx-theme
1 parent 9b7ada8 commit 96a1c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/requirements.txt

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def read(fname):
4343
author_email="[email protected]",
4444
url="https://numpydoc.readthedocs.io",
4545
license="BSD",
46-
install_requires=["sphinx >= 1.8", 'Jinja2>=2.10'],
46+
install_requires=["sphinx>=1.8", 'Jinja2>=2.10,<3.1'],
4747
python_requires=">=3.7",
4848
extras_require={
4949
"testing": [

0 commit comments

Comments
 (0)