Skip to content

Commit 291b90a

Browse files
authored
Merge pull request #14303 from bluetech/sphinx-9
doc: sphinx-trio now supports Sphinx>=9 so allow it
2 parents 5de1f49 + 582e24d commit 291b90a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

changelog/14303.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The documentation is now built with Sphinx >= 9.

doc/en/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
("py:class", "_pytest.python_api.RaisesContext"),
9090
("py:class", "_pytest.recwarn.WarningsChecker"),
9191
("py:class", "_pytest.reports.BaseReport"),
92+
# Sphinx bugs(?)
93+
("py:class", "RewriteHook"),
9294
# Undocumented third parties
9395
("py:class", "_tracing.TagTracerSub"),
9496
("py:class", "warnings.WarningMessage"),

doc/en/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
pluggy>=1.5.0
33
pygments-pytest>=2.5.0
44
sphinx-removed-in>=0.2.0
5-
# Pinning to <9.0 due to https://github.com/python-trio/sphinxcontrib-trio/issues/399.
6-
sphinx>=7,<9.0
7-
sphinxcontrib-trio
5+
sphinx>=9
6+
sphinxcontrib-trio>=1.2.0
87
sphinxcontrib-svg2pdfconverter
98
furo
109
sphinxcontrib-towncrier

0 commit comments

Comments
 (0)