Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ dependencies:
- gitpython # obtain contributors from git for whatsnew
- natsort # DataFrame.sort_values doctest
- numpydoc
- pydata-sphinx-theme=0.16
- pytest-cython # doctest
- sphinx
- sphinx-design
Expand Down Expand Up @@ -125,3 +124,4 @@ dependencies:
- adbc-driver-sqlite>=0.8.0
- typing_extensions; python_version<"3.11"
- tzdata>=2022.7
- git+https://github.com/pydata/pydata-sphinx-theme.git
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pre-commit>=4.2.0
gitpython
natsort
numpydoc
pydata-sphinx-theme==0.16
pydata-sphinx-theme @ git+https://github.com/pydata/pydata-sphinx-theme.git
pytest-cython
sphinx
sphinx-design
Expand Down
Loading