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 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.