diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2fb3400..98bac08 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.13' - name: Build docs run: | cd docs && make check diff --git a/CHANGES.rst b/CHANGES.rst index 658dac7..865e60c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,8 @@ Changes Unreleased ========== +- Dependencies: Unblock newer versions of Sphinx + 2.1.2 - 2024/02/28 ================== diff --git a/common-build/requirements.txt b/common-build/requirements.txt index 3492b67..3e970fd 100644 --- a/common-build/requirements.txt +++ b/common-build/requirements.txt @@ -9,4 +9,4 @@ sphinx-autobuild==2021.3.14 # These versions should match the Read The Docs environment (please update if # you notice this is not the case) setuptools>=41.1.0 -sphinx>=3,<6 +sphinx>=3,<9 diff --git a/docs/requirements.txt b/docs/requirements.txt index f96ef2a..55e2a85 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx>=3,<6 +sphinx>=3,<9 crate-docs-theme