Skip to content

Commit 6e93460

Browse files
committed
maint: update pydata-sphinx-theme min version
1 parent 3b6fd68 commit 6e93460

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ readme = "README.md"
3535
requires-python = ">=3.9"
3636
dependencies = [
3737
"sphinx>=5",
38-
"pydata-sphinx-theme>=0.14",
38+
"pydata-sphinx-theme>=0.15.2"
3939
]
4040

4141
license = { file = "LICENSE" }
@@ -87,7 +87,6 @@ test = [
8787
"pytest-cov",
8888
"pytest-regressions",
8989
"sphinx_thebe",
90-
"pydata-sphinx-theme>=0.15.2"
9190
]
9291

9392
[project.entry-points]

0 commit comments

Comments
 (0)