Skip to content
Closed
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 docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx~=7.4.1
sphinx~=9.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Upgrading to Sphinx 9.1.0 is incompatible with the project's current Python version requirements. This project supports Python >=3.10 (as specified in pyproject.toml), but Sphinx 9.1.0 requires Python 3.12 or higher. According to the release notes, Sphinx 8.2.0 dropped support for Python 3.10 and Sphinx 9.1.0 dropped support for Python 3.11. This change will cause documentation builds to fail in environments running Python 3.10 or 3.11. If you wish to upgrade while maintaining Python 3.10 support, consider using Sphinx 8.1.x.

sphinx~=8.1.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This review comment needs to be addressed.

sphinx-rtd-theme~=3.1.0
Loading