From eb993b431df0cf74f6dedcc23f17e83d87f399bb Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 11 Jun 2026 11:23:10 +0200 Subject: [PATCH 1/2] Update sphinx to 9.1.0 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e1598b5e2..2af32818f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ # Sphinx version is pinned so that new versions that introduce new warnings # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. -sphinx==7.2.6 +sphinx==9.1.0 # The theme used by the documentation is stored separately, so we need # to install that as well. From 692d7325157e086db1274327b521979dbe55c390 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 11 Jun 2026 11:27:30 +0200 Subject: [PATCH 2/2] Use Python 3.14 for build-docs in CI --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 8624fa73a..82cae008f 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: 3.9 + python-version: "3.14" - name: Install dependencies run: | pip install --upgrade pip