Skip to content

Commit 97f4938

Browse files
committed
Adapt Python version in tox to build docs to match the one in RTD config
1 parent 3298146 commit 97f4938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ python =
6565
[testenv:docs]
6666
description = generate docs in HTML format
6767
# specifying the exact python version as in .readthedocs.yaml for compatibility
68-
basepython = python3.11
68+
basepython = python3.12
6969
deps = -r docs/requirements.txt
7070
commands = sphinx-build -b html docs _build/html
7171

0 commit comments

Comments
 (0)