Skip to content

Commit f803b4d

Browse files
⬆️ Update sphinx requirement from ~=6.2.1 to ~=7.3.7 (#127)
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@v6.2.1...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Chico <37243453+JPchico@users.noreply.github.com>
1 parent 2e06ed9 commit f803b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tests = [
5151
]
5252

5353
docs = [
54-
'sphinx~=6.2.1',
54+
'sphinx~=7.3.7',
5555
'sphinx-copybutton~=0.5.2',
5656
'sphinx-book-theme~=1.1.2',
5757
'sphinx-click~=5.1.0',

0 commit comments

Comments
 (0)