Commit 51af2a2
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:361 parent 9ae6edc commit 51af2a2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments