Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Changes
Unreleased
==========

- Dependencies: Unblock newer versions of Sphinx


2.1.2 - 2024/02/28
==================
Expand Down
2 changes: 1 addition & 1 deletion common-build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx>=3,<6
sphinx>=3,<9
crate-docs-theme