Skip to content

Commit

Permalink
FIX readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
morihladko authored Sep 29, 2023
1 parent 048e261 commit be55657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
# downgrade Jinja as Flask 2.3 has a higher requirement
- method: pip
path: Jinja2==3.0.3
- requirements: docs/requirements_readthedocs.txt
2 changes: 2 additions & 0 deletions docs/requirements_readthedocs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# downgrade Jinja as Flask 2.3 from ZSL has a higher requirement
Jinja2==3.0.3

0 comments on commit be55657

Please sign in to comment.