Skip to content

Commit 48c1e69

Browse files
committed
MAINT: Pin jinja2<3.1 to avoid breaking sphinx
Ref: sphinx-doc/sphinx#10291 Note: jinja2 is not a requirement that we need to directlys specify.
1 parent c87a2df commit 48c1e69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ doc =
6161
nbsphinx
6262
numpydoc>=0.9.1
6363
sphinx>=3.0.0
64+
# Ref: https://github.com/sphinx-doc/sphinx/issues/10291
65+
jinja2<3.1
6466

6567
[options.package_data]
6668
plotnine = plotnine/tests/baseline_images/**/*.png, plotnine/data/*.csv

0 commit comments

Comments
 (0)