Skip to content

Commit e47b1e6

Browse files
Bump sphinx requirement (#78)
* Bump sphinx requirement Sphinx<5 creates build errors, but we don't see them here (I think?) because we require sphinx>5 for tests/docs. * Bump to 5.1 * Update pyproject.toml Co-authored-by: Peter Sobolewski <[email protected]> --------- Co-authored-by: Peter Sobolewski <[email protected]>
1 parent f9eed90 commit e47b1e6

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
@@ -16,7 +16,7 @@ keywords = [
1616
]
1717

1818
dependencies = [
19-
"sphinx>4",
19+
"sphinx>=5.1",
2020
]
2121

2222
[project.optional-dependencies]

0 commit comments

Comments
 (0)