Skip to content

Commit 49eb0ac

Browse files
authored
Pin pydata-sphinx-theme (#6120)
1 parent 4954fd4 commit 49eb0ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda-envs/environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- myst-nb
2828
- numpydoc
2929
- pre-commit>=2.8.0
30-
- pydata-sphinx-theme
30+
- pydata-sphinx-theme<0.10.1
3131
- pytest-cov>=2.5
3232
- pytest>=3.0
3333
- sphinx-copybutton

conda-envs/windows-environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- myst-nb
2626
- numpydoc
2727
- pre-commit>=2.8.0
28-
- pydata-sphinx-theme
28+
- pydata-sphinx-theme<0.10.1
2929
- pytest-cov>=2.5
3030
- pytest>=3.0
3131
- sphinx-autobuild>=0.7

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ numpydoc
1616
pandas>=0.24.0
1717
polyagamma
1818
pre-commit>=2.8.0
19-
pydata-sphinx-theme
19+
pydata-sphinx-theme<0.10.1
2020
pytest-cov>=2.5
2121
pytest>=3.0
2222
scipy>=1.4.1

0 commit comments

Comments
 (0)