Skip to content

Commit b4e0a57

Browse files
rtibblesbotclaude
andcommitted
ci: align docs check Python version with ReadTheDocs (3.10)
RTD uses Python 3.10 per .readthedocs.yaml. CI was using 3.9, which resolved different Sphinx/theme versions from uv.lock, masking build failures that only appeared on RTD. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 98c69b8 commit b4e0a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install uv
3030
uses: astral-sh/setup-uv@v7
3131
with:
32-
python-version: 3.9
32+
python-version: "3.10"
3333
activate-environment: "true"
3434
enable-cache: "true"
3535
- name: Install dependencies

0 commit comments

Comments
 (0)