Skip to content

Commit

Permalink
Pinning jinja2<3.1
Browse files Browse the repository at this point in the history
This should get around an import change in jinja2==3.1 that sphinx
doesn't seem to support yet.  See sphinx-doc/sphinx#10291

RE:natcap#933
  • Loading branch information
phargogh committed Apr 6, 2022
1 parent 3447c93 commit da601d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies:
- virtualenv>=12.0.1
- wheel>=0.27.0
- xlrd>=1.2.0
- jinja2<3.1
- xlwt
- pip:
- pygeoprocessing>=2.3.2 # pip-only
Expand Down

0 comments on commit da601d1

Please sign in to comment.