Skip to content

Commit 383e12b

Browse files
authored
Update sphinx to 9.1.0 (#2304)
Use Python 3.14 for build-docs in CI
1 parent bbaa4d1 commit 383e12b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: 3.9
20+
python-version: "3.14"
2121
- name: Install dependencies
2222
run: |
2323
pip install --upgrade pip

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Sphinx version is pinned so that new versions that introduce new warnings
44
# won't suddenly cause build failures. Updating the version is fine as long
55
# as no warnings are raised by doing so.
6-
sphinx==7.2.6
6+
sphinx==9.1.0
77

88
# The theme used by the documentation is stored separately, so we need
99
# to install that as well.

0 commit comments

Comments
 (0)