Skip to content

Commit 66c2b03

Browse files
Update sphinx requirement from ~=8.1 to ~=8.2
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.0...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa0e3ad commit 66c2b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# this is used for pushing to github pages
33
#
44
sphinx~=7.4; python_version < '3.10'
5-
sphinx~=8.1; python_version >= '3.10'
5+
sphinx~=8.2; python_version >= '3.10'
66
sphinx-rtd-theme~=3.0
77
sphinxcontrib-spelling~=8.0
88
sphinxcontrib-googleanalytics~=0.4

0 commit comments

Comments
 (0)