Skip to content

Commit 51af2a2

Browse files
authored
MAINT - Add py313-docs to tox (#2224)
This PR attempts to add `py313-docs` to the tox.ini file. I noticed that our GitHub actions do not seem to actually build the docs for Python 3.13, even though our [docs workflow file has 3.13 in the python version matrix](https://github.com/pydata/pydata-sphinx-theme/blob/fa93485b033309407083afd02715c33c2f11888e/.github/workflows/docs.yml#L49). For example, if you read the log for the following job, you'll see that it doesn't output enough stuff if it had really built the docs: https://github.com/pydata/pydata-sphinx-theme/actions/runs/15825397396/job/44604165608?pr=2223#step:4:36
1 parent 9ae6edc commit 51af2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ commands =
107107
# since we are building the documentation we install the packaged dev version of PST
108108
# tox run -e py39-docs
109109
# tox run -e py39-sphinx61-docs
110-
[testenv:py3{9,12}{,-sphinx61}-docs]
110+
[testenv:py3{9,12,13}{,-sphinx61}-docs]
111111
description = build the documentation and place in docs/_build/html
112112
# suppress Py3.11's new "can't debug frozen modules" warning
113113
set_env = PYDEVD_DISABLE_FILE_VALIDATION=1

0 commit comments

Comments
 (0)