Skip to content

Commit

Permalink
Pin theme (#1289)
Browse files Browse the repository at this point in the history
See pydata/pydata-sphinx-theme#1539 and rapidsai/cudf#14332 for additional context.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)

URL: #1289
  • Loading branch information
vyasr authored Oct 26, 2023
1 parent 4b87030 commit 74dd123
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- nvcc_linux-64=11.8
- pre-commit
- proj
- pydata-sphinx-theme
- pydata-sphinx-theme!=0.14.2
- pydeck
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- numpydoc
- pre-commit
- proj
- pydata-sphinx-theme
- pydata-sphinx-theme!=0.14.2
- pydeck
- pytest
- pytest-cov
Expand Down
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ dependencies:
- myst-parser
- nbsphinx
- numpydoc
- pydata-sphinx-theme
# https://github.com/pydata/pydata-sphinx-theme/issues/1539
- pydata-sphinx-theme!=0.14.2
- sphinx<6
notebooks:
common:
Expand Down

0 comments on commit 74dd123

Please sign in to comment.