Skip to content

Commit

Permalink
Fix sphinx build with Python 3.13
Browse files Browse the repository at this point in the history
sphinx-rtd-theme 2.0.0 is not installable with Python 3.13.
Because 3.0.1 is not available in conda-forge yet, we need to install it
via pip.
We also have to stay with sphinx<8.1.0 for now, because the mermaid
extension is not working in the latest version.
  • Loading branch information
olemke committed Oct 11, 2024
1 parent 7d2d2a0 commit ac27b61
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions environment-dev-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ dependencies:
- python-build
- requests
- scipy
- sphinx
- sphinx<8.1.0
- sphinx-favicon
- sphinx_rtd_theme
- sphinxcontrib-jquery
- sphinxcontrib-mermaid
- xarray
- zlib
- pip:
- sphinx-rtd-theme
channels:
- conda-forge
6 changes: 4 additions & 2 deletions environment-dev-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ dependencies:
- python-build
- requests
- scipy
- sphinx
- sphinx<8.1.0
- sphinx-favicon
- sphinxcontrib-jquery
- sphinxcontrib-mermaid
- sphinx_rtd_theme
- xarray
- zlib
- pip:
- sphinx-rtd-theme
channels:
- conda-forge
6 changes: 4 additions & 2 deletions environment-dev-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ dependencies:
- python-build
- requests
- scipy
- sphinx
- sphinx<8.1.0
- sphinx-favicon
- sphinxcontrib-jquery
- sphinxcontrib-mermaid
- sphinx_rtd_theme
- xarray
- zlib
- pip:
- sphinx-rtd-theme
channels:
- conda-forge

0 comments on commit ac27b61

Please sign in to comment.