Skip to content

Commit

Permalink
Implemented workaround for RTD environment
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Feb 23, 2024
1 parent 3fda97e commit eb5a8a8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions continuous_integration/environment-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- python=3.9.*
- pip==22.3
- wheel==0.37.1
- sphinx==5.3.0
- jinja2<3.1
- dask==2023.2.0
- numpy==1.23.4
Expand All @@ -17,4 +16,14 @@ dependencies:
- slicerator==1.1.0
- pandas==2.0.0
- pip:
- dask-sphinx-theme>=3.0.0
- sphinx>=4.0.0
- dask-sphinx-theme>=3.0.0
# FIXME: This workaround is required until we have sphinx>=5, as enabled by
# dask-sphinx-theme no longer pinning sphinx-book-theme==0.2.0. This is
# tracked in https://github.com/dask/dask-sphinx-theme/issues/68.
# Once sphinx>=5 is available, we can remove this workaround.
- sphinxcontrib-applehelp>=1.0.0,<1.0.7
- sphinxcontrib-devhelp>=1.0.0,<1.0.6
- sphinxcontrib-htmlhelp>=2.0.0,<2.0.5
- sphinxcontrib-serializinghtml>=1.1.0,<1.1.10
- sphinxcontrib-qthelp>=1.0.0,<1.0.7

0 comments on commit eb5a8a8

Please sign in to comment.