Skip to content

Commit ba2490d

Browse files
fix(deps): Update sphinx-rtd-theme requirement from ^1.3.0 to >=1.3,<3.0 (#253)
1 parent 495604b commit ba2490d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ optional = true
7474

7575
[tool.poetry.group.docs.dependencies]
7676
sphinx = "^6.0.0"
77-
sphinx-rtd-theme = "^1.3.0"
77+
sphinx-rtd-theme = ">=1.3,<3.0"
7878
certifi = ">=2018.4.16"
7979
expiringdict = ">=1.1.4"
8080
pyrfc3339 = ">=1.0"

0 commit comments

Comments
 (0)