Skip to content

Commit

Permalink
Update Sphinx version to 4.5.0 (fatiando#302)
Browse files Browse the repository at this point in the history
Updates also sphinx gallery and sphinx book theme.
This fixes a issue between latest jinja2 and Sphinx 3.5.*.
  • Loading branch information
santisoler authored Apr 4, 2022
1 parent f880065 commit 10577fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions env/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation building requirements
sphinx==3.5.*
sphinx-book-theme==0.0.41
sphinx-gallery==0.8.*
sphinx==4.5.*
sphinx-book-theme==0.2.*
sphinx-gallery==0.10.*
boule
pyproj
matplotlib
Expand Down
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python==3.8
- python==3.9
- pip
# Build
- setuptools>=45
Expand All @@ -25,9 +25,9 @@ dependencies:
- coverage
- boule
# Documentation requirements
- sphinx==3.5.*
- sphinx-book-theme==0.0.41
- sphinx-gallery==0.8.*
- sphinx==4.5.*
- sphinx-book-theme==0.2.*
- sphinx-gallery==0.10.*
- pyproj
- matplotlib
- cartopy>=0.18
Expand Down

0 comments on commit 10577fa

Please sign in to comment.