We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3adf9 commit 6149142Copy full SHA for 6149142
.readthedocs.yaml
@@ -17,7 +17,7 @@ build:
17
os: ubuntu-24.04
18
tools:
19
python: >-
20
- 3.12
+ 3.13
21
apt_packages:
22
- inkscape
23
jobs:
tox.ini
@@ -111,7 +111,7 @@ setenv =
111
description =
112
build the documentation site under \
113
`{toxinidir}{/}doc{/}en{/}_build{/}html` with `{basepython}`
114
-basepython = python3.12 # sync with rtd to get errors
+basepython = python3.13 # Sync with .readthedocs.yaml to get errors.
115
usedevelop = True
116
deps =
117
-r{toxinidir}/doc/en/requirements.txt
0 commit comments