Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2022-08-17 22:06:19 +0300
committerAnthony Johnson <aj@ohess.org>2022-08-17 22:06:19 +0300
commit62e997658ac512ded64dfe09002874da1426e1b4 (patch)
tree881a2892814f5b83ae72610c2b8e083e9f6f81f3
parent2dbaef8718bd33feb02edecef2b2b75078f59c43 (diff)
Pin Jinja to pre-3.1 release
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index edd40c6..15d371d 100644
--- a/setup.py
+++ b/setup.py
@@ -120,6 +120,7 @@ setup(
install_requires=[
'sphinx>=1.6',
'docutils<0.18',
+ 'Jinja2<3.1',
],
tests_require=[
'pytest',