Skip to content

Commit 5df980a

Browse files
committed
changed the pydata-sphinx-theme dependency to the git version
1 parent 25e6462 commit 5df980a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ dependencies:
8585
- gitpython # obtain contributors from git for whatsnew
8686
- natsort # DataFrame.sort_values doctest
8787
- numpydoc
88-
- pydata-sphinx-theme=0.16
8988
- pytest-cython # doctest
9089
- sphinx
9190
- sphinx-design
@@ -125,3 +124,4 @@ dependencies:
125124
- adbc-driver-sqlite>=0.8.0
126125
- typing_extensions; python_version<"3.11"
127126
- tzdata>=2022.7
127+
- git+https://github.com/pydata/pydata-sphinx-theme.git

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pre-commit>=4.2.0
6060
gitpython
6161
natsort
6262
numpydoc
63-
pydata-sphinx-theme==0.16
63+
pydata-sphinx-theme @ git+https://github.com/pydata/pydata-sphinx-theme.git
6464
pytest-cython
6565
sphinx
6666
sphinx-design

0 commit comments

Comments
 (0)