Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakski committed Nov 21, 2024
1 parent 8985e61 commit f4804d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ update_requirements_cmd() {
declare i
declare -a env1 env2 env3 env4
# Some contrib extensions don't specify required Sphinx version in dependencies, yet fail on setup

# ImportError: cannot import name 'environmentfilter' from 'jinja2'
env1=(
"Sphinx>=3,<4"
"jinja2==3.0.3"
)
env2=(
"Sphinx>=4,<5"
Expand Down

0 comments on commit f4804d5

Please sign in to comment.