Skip to content

Commit 03478f3

Browse files
committed
require sphinx-rtd-theme version to at least be 1.1.0 to see if the dependency changes introduced in 1.1.0 (https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html#release-1-1-0) would fix the bullet points not being rendered properly in docs (readthedocs/sphinx_rtd_theme#1115)
1 parent 4cfe7b1 commit 03478f3

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
@@ -44,7 +44,7 @@ dev = ["pre-commit"]
4444
doc = [
4545
"sphinx!=5.2.0.post0",
4646
"sphinx-autobuild",
47-
"sphinx-rtd-theme",
47+
"sphinx-rtd-theme>=1.1.0",
4848
"myst-parser",
4949
]
5050
test = [

0 commit comments

Comments
 (0)