1 parent bbaa4d1 commit 383e12bCopy full SHA for 383e12b
2 files changed
.github/workflows/build-docs.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v6
19
with:
20
- python-version: 3.9
+ python-version: "3.14"
21
- name: Install dependencies
22
run: |
23
pip install --upgrade pip
docs/requirements.txt
@@ -3,7 +3,7 @@
3
# Sphinx version is pinned so that new versions that introduce new warnings
4
# won't suddenly cause build failures. Updating the version is fine as long
5
# as no warnings are raised by doing so.
6
-sphinx==7.2.6
+sphinx==9.1.0
7
8
# The theme used by the documentation is stored separately, so we need
9
# to install that as well.
0 commit comments