Skip to content

Commit

Permalink
Merge pull request #2228 from hakonsbm/conda_jinja_sphinx_issue
Browse files Browse the repository at this point in the history
Bump sphinx version to >=4.0.2 to remove jinja<3 requirement
  • Loading branch information
heplesser committed Dec 10, 2021
2 parents 04acc1b + 5dde824 commit 8315aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ recommonmark
scipy
seaborn
sphinx-tabs
sphinx>=2
sphinx>=4.0.2
sphinx_autobuild
sphinx_gallery
sphinx_rtd_theme
jinja2<3
statsmodels
tqdm
yamllint
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ dependencies:
- path.py
- pydot
- recommonmark
- sphinx-tabs
- sphinx >= 2
- sphinx >= 4.0.2
- sphinx_rtd_theme
- jinja2 < 3
- tqdm
- yamllint

Expand All @@ -98,3 +96,4 @@ dependencies:
- Image
- sphinx_autobuild
- sphinx_gallery
- sphinx-tabs

0 comments on commit 8315aec

Please sign in to comment.