Skip to content

Commit 010389c

Browse files
authored
Pin Sphinx below 8.2 (SciTools#6344)
* Pin sphinx below 8.2. * What's New issue.
1 parent 0675a60 commit 010389c

File tree

7 files changed

+247
-218
lines changed

7 files changed

+247
-218
lines changed

docs/src/whatsnew/latest.rst

+3
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ This document explains the changes made to Iris for this release
126126
#. `@trexfeathers`_ improved the handling of benchmark environments, especially
127127
when working across Python versions. (:pull:`6329`)
128128

129+
#. `@trexfeathers`_ temporarily pinned Sphinx to `<8.2`.
130+
(:pull:`6344`, :issue:`6345`)
131+
129132

130133
.. comment
131134
Whatsnew author names (@github name) in alphabetical order. Note that,

requirements/locks/py311-linux-64.lock

+91-82
Large diffs are not rendered by default.

requirements/locks/py312-linux-64.lock

+83-74
Large diffs are not rendered by default.

requirements/locks/py313-linux-64.lock

+67-59
Large diffs are not rendered by default.

requirements/py311.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
- requests
5050

5151
# Documentation dependencies.
52-
- sphinx
52+
- sphinx <8.2
5353
- sphinxcontrib-apidoc
5454
- sphinx-copybutton
5555
- sphinx-gallery >=0.11.0

requirements/py312.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
- requests
5050

5151
# Documentation dependencies.
52-
- sphinx
52+
- sphinx <8.2
5353
- sphinxcontrib-apidoc
5454
- sphinx-copybutton
5555
- sphinx-gallery >=0.11.0

requirements/py313.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
- requests
5050

5151
# Documentation dependencies.
52-
- sphinx
52+
- sphinx <8.2
5353
- sphinxcontrib-apidoc
5454
- sphinx-copybutton
5555
- sphinx-gallery >=0.11.0

0 commit comments

Comments
 (0)