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
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
os: ubuntu-24.04
tools:
python: >-
3.13
3.14
apt_packages:
- inkscape
jobs:
Expand Down
2 changes: 2 additions & 0 deletions doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
# Undocumented third parties
("py:class", "_tracing.TagTracerSub"),
("py:class", "warnings.WarningMessage"),
# Python 3.14+ exposes the C accelerator module name.
("py:class", "_py_warnings.WarningMessage"),
# Undocumented type aliases
("py:class", "LEGACY_PATH"),
("py:class", "_PluggyPlugin"),
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ setenv =
description =
build the documentation site under \
`{toxinidir}{/}doc{/}en{/}_build{/}html` with `{basepython}`
basepython = python3.13 # Sync with .readthedocs.yaml to get errors.
basepython = python3.14 # Sync with .readthedocs.yaml to get errors.
usedevelop = True
deps =
-r{toxinidir}/doc/en/requirements.txt
Expand Down
Loading