Skip to content

changed the pydata-sphinx-theme dependency to the git version #61548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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