Skip to content

Commit 6aafcdc

Browse files
authored
Merge pull request #14305 from bluetech/sphinx-py314
docs: update `tox -e docs`/RTD from Python 3.13 to 3.14
2 parents 960ddc6 + 17f08d3 commit 6aafcdc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
os: ubuntu-24.04
1818
tools:
1919
python: >-
20-
3.13
20+
3.14
2121
apt_packages:
2222
- inkscape
2323
jobs:

doc/en/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
# Undocumented third parties
9595
("py:class", "_tracing.TagTracerSub"),
9696
("py:class", "warnings.WarningMessage"),
97+
# Python 3.14+ exposes the C accelerator module name.
98+
("py:class", "_py_warnings.WarningMessage"),
9799
# Undocumented type aliases
98100
("py:class", "LEGACY_PATH"),
99101
("py:class", "_PluggyPlugin"),

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ setenv =
128128
description =
129129
build the documentation site under \
130130
`{toxinidir}{/}doc{/}en{/}_build{/}html` with `{basepython}`
131-
basepython = python3.13 # Sync with .readthedocs.yaml to get errors.
131+
basepython = python3.14 # Sync with .readthedocs.yaml to get errors.
132132
usedevelop = True
133133
deps =
134134
-r{toxinidir}/doc/en/requirements.txt

0 commit comments

Comments
 (0)