Skip to content

Commit 33472b1

Browse files
authored
Dependencies: Unblock newer versions of Sphinx. CI: Use Python 3.13 (#113)
1 parent e35e00e commit 33472b1

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: '3.12'
30+
python-version: '3.13'
3131
- name: Build docs
3232
run: |
3333
cd docs && make check

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Changes
66
Unreleased
77
==========
88

9+
- Dependencies: Unblock newer versions of Sphinx
10+
911

1012
2.1.2 - 2024/02/28
1113
==================

common-build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ sphinx-autobuild==2021.3.14
99
# These versions should match the Read The Docs environment (please update if
1010
# you notice this is not the case)
1111
setuptools>=41.1.0
12-
sphinx>=3,<6
12+
sphinx>=3,<9

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx>=3,<6
1+
sphinx>=3,<9
22
crate-docs-theme

0 commit comments

Comments
 (0)