Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: add pin for pydata-sphinx-theme #5694

Closed
wants to merge 12 commits into from
2 changes: 0 additions & 2 deletions docs/src/developers_guide/contributing_getting_involved.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,5 @@ If you are new to using GitHub we recommend reading the
:caption: Reference
:hidden:

../generated/api/iris
../whatsnew/index
../copyright
../voted_issues
3 changes: 3 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ This document explains the changes made to Iris for this release
#. `@bjlittle`_ enforced the minimum pin of ``numpy>1.22`` in accordance with the `NEP29 Drop Schedule`_.
(:pull:`5668`)

#. `@tkknight`_ enforced the temporary pin of ``pydata-sphinx-theme==0.14.4`` to fix
the missing toctree in the sidebar. (:pull:`5694`)

#. `@bjlittle`_ updated ``ubuntu`` and ``mambaforge`` to the latest versions for ``readthedocs``
(:pull:`5702`)

Expand Down
7 changes: 4 additions & 3 deletions requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ dependencies:
- requests

# Documentation dependencies.
- sphinx <=5.3
- pydata-sphinx-theme == 0.14.4 # See https://github.com/SciTools/iris/issues/5698
- sphinx <=5.3 # See https://github.com/SciTools/iris/issues/5123
- sphinxcontrib-apidoc
- sphinx-copybutton
- sphinx-gallery >=0.11.0
- sphinx-design
- pydata-sphinx-theme >=0.13.0

# Temporary minimum pins.
# Temporary pins.
# See https://github.com/SciTools/iris/pull/5051
- graphviz >=6.0.0

7 changes: 4 additions & 3 deletions requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ dependencies:
- requests

# Documentation dependencies.
- sphinx <=5.3
- pydata-sphinx-theme == 0.14.4 # See https://github.com/SciTools/iris/issues/5698
- sphinx <=5.3 # See https://github.com/SciTools/iris/issues/5123
- sphinxcontrib-apidoc
- sphinx-copybutton
- sphinx-gallery >=0.11.0
- sphinx-design
- pydata-sphinx-theme >=0.13.0

# Temporary minimum pins.
# Temporary pins.
# See https://github.com/SciTools/iris/pull/5051
- graphviz >=6.0.0

6 changes: 3 additions & 3 deletions requirements/py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ dependencies:
- requests

# Documentation dependencies.
- sphinx <=5.3
- pydata-sphinx-theme == 0.14.4 # See https://github.com/SciTools/iris/issues/5698
- sphinx <=5.3 # See https://github.com/SciTools/iris/issues/5123
- sphinxcontrib-apidoc
- sphinx-copybutton
- sphinx-gallery >=0.11.0
- sphinx-design
- pydata-sphinx-theme >=0.13.0

# Temporary minimum pins.
# Temporary pins.
# See https://github.com/SciTools/iris/pull/5051
- graphviz >=6.0.0
Loading