Skip to content

Commit

Permalink
MAINT: Pin jinja2<3.1 to avoid breaking sphinx
Browse files Browse the repository at this point in the history
Ref: sphinx-doc/sphinx#10291
Note: jinja2 is not a requirement that we need to directlys specify.
  • Loading branch information
has2k1 committed Mar 25, 2022
1 parent c87a2df commit 48c1e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ doc =
nbsphinx
numpydoc>=0.9.1
sphinx>=3.0.0
# Ref: https://github.com/sphinx-doc/sphinx/issues/10291
jinja2<3.1

[options.package_data]
plotnine = plotnine/tests/baseline_images/**/*.png, plotnine/data/*.csv
Expand Down

0 comments on commit 48c1e69

Please sign in to comment.