Skip to content

Commit fa45470

Browse files
authored
Merge pull request #13926 from pytest-dev/patchback/backports/9.0.x/d587e0cf84bd815f4545a5091ab26f992580ac37/pr-13919
[PR #13919/d587e0cf backport][9.0.x] doc: a rendering fix & update RTD to Python 3.13
2 parents c4442c9 + 3b43b31 commit fa45470

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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.12
20+
3.13
2121
apt_packages:
2222
- inkscape
2323
jobs:

doc/en/explanation/goodpractices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ See the :confval:`strict` documentation for the options it enables and their eff
354354
If pytest adds new strictness options in the future, they will also be enabled in strict mode.
355355
Therefore, you should only enable strict mode if you use a pinned/locked version of pytest,
356356
or if you want to proactively adopt new strictness options as they are added.
357-
If you don't want to automatically pick up new options, you can enable options individually::
357+
If you don't want to automatically pick up new options, you can enable options individually:
358358

359359
.. tab:: toml
360360

@@ -376,7 +376,7 @@ If you don't want to automatically pick up new options, you can enable options i
376376
strict_parametrization_ids = true
377377
strict_xfail = true
378378
379-
If you want to use strict mode but having trouble with a specific option, you can turn it off individually::
379+
If you want to use strict mode but having trouble with a specific option, you can turn it off individually:
380380

381381
.. tab:: toml
382382

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ setenv =
111111
description =
112112
build the documentation site under \
113113
`{toxinidir}{/}doc{/}en{/}_build{/}html` with `{basepython}`
114-
basepython = python3.12 # sync with rtd to get errors
114+
basepython = python3.13 # Sync with .readthedocs.yaml to get errors.
115115
usedevelop = True
116116
deps =
117117
-r{toxinidir}/doc/en/requirements.txt

0 commit comments

Comments
 (0)