Skip to content

Commit e87230b

Browse files
build(deps): update sphinx requirement from <7.2.6,>3.2 to >3.2,<8.2.4 (#1787)
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
1 parent 7d64fce commit e87230b

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
@@ -106,7 +106,7 @@ dev = [
106106

107107
# docs - dependencies for building the documentation
108108
docs = [
109-
"sphinx>3.2,<7.2.6",
109+
"sphinx>3.2,<8.2.4",
110110
"pydata-sphinx-theme",
111111
"nbsphinx",
112112
"pandoc",

0 commit comments

Comments
 (0)