Skip to content

Commit 2f186ef

Browse files
test with patch
1 parent 1d21f20 commit 2f186ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ dependencies:
8686
- natsort # DataFrame.sort_values doctest
8787
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
8888
- numpydoc
89-
- pydata-sphinx-theme=0.16
89+
# temporary installed with pip with custom patch until released
90+
# - pydata-sphinx-theme=0.16
9091
- pytest-cython # doctest
9192
- sphinx
9293
- sphinx-design
@@ -126,3 +127,4 @@ dependencies:
126127

127128
- pip:
128129
- tzdata>=2023.3
130+
- https://github.com/jorisvandenbossche/pydata-sphinx-theme/archive/refs/heads/v0.16.1+dismissable-announcement-banner.zip

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ gitpython
6161
natsort
6262
pickleshare
6363
numpydoc
64-
pydata-sphinx-theme==0.16
6564
pytest-cython
6665
sphinx
6766
sphinx-design
@@ -87,3 +86,4 @@ pygments
8786
jupyterlite-core
8887
jupyterlite-pyodide-kernel
8988
tzdata>=2023.3
89+
https://github.com/jorisvandenbossche/pydata-sphinx-theme/archive/refs/heads/v0.16.1+dismissable-announcement-banner.zip

0 commit comments

Comments
 (0)