Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/14303.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The documentation is now built with Sphinx >= 9.
2 changes: 2 additions & 0 deletions doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
("py:class", "_pytest.python_api.RaisesContext"),
("py:class", "_pytest.recwarn.WarningsChecker"),
("py:class", "_pytest.reports.BaseReport"),
# Sphinx bugs(?)
("py:class", "RewriteHook"),
# Undocumented third parties
("py:class", "_tracing.TagTracerSub"),
("py:class", "warnings.WarningMessage"),
Expand Down
5 changes: 2 additions & 3 deletions doc/en/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
pluggy>=1.5.0
pygments-pytest>=2.5.0
sphinx-removed-in>=0.2.0
# Pinning to <9.0 due to https://github.com/python-trio/sphinxcontrib-trio/issues/399.
sphinx>=7,<9.0
sphinxcontrib-trio
sphinx>=9
sphinxcontrib-trio>=1.2.0
sphinxcontrib-svg2pdfconverter
furo
sphinxcontrib-towncrier
Expand Down
Loading