Skip to content

Commit 49ba918

Browse files
committed
Bump pydata-sphinx-theme lower version
1 parent 6781eca commit 49ba918

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: conda-sphinx-theme
22
channels:
33
- conda-forge
44
dependencies:
5-
- pydata-sphinx-theme >= 0.13.1
5+
- pydata-sphinx-theme >= 0.15
66
- sphinx-favicon
77
- python
8-
- pip
8+
- pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Topic :: Documentation :: Sphinx",
2020
]
2121
dependencies = [
22-
"pydata-sphinx-theme>=0.13.1,<0.16.0",
22+
"pydata-sphinx-theme>=0.15",
2323
"sphinx-favicon",
2424
]
2525

0 commit comments

Comments
 (0)