Skip to content

Commit db49612

Browse files
Update sphinx requirement from >=8.2.3 to >=9.1.0 (#241)
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.2.3...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b8d6ce commit db49612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ changelog = [
7171
]
7272
docs = [
7373
"pydata-sphinx-theme>=0.17.1",
74-
"sphinx>=8.2.3",
74+
"sphinx>=9.1.0",
7575
"sphinx-autoapi>=3.8.0",
7676
"sphinx-autodoc-typehints>=3.10.2",
7777
"sphinx-click>=6.0.0",

0 commit comments

Comments
 (0)