Skip to content

Commit

Permalink
deps: skip pydata-sphinx-theme 0.16.1 (#1255)
Browse files Browse the repository at this point in the history
* deps: skip pydata-sphinx-theme 0.16.1

* add changelog news fragment
  • Loading branch information
bjlittle authored Dec 24, 2024
1 parent cae49db commit d36ddff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/1255.dependency.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Avoid using ``pydata-sphinx-theme 0.16.1``, see :issue:`1247`. (:user:`bjlittle`)
2 changes: 1 addition & 1 deletion requirements/geovista.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
- ipykernel
- myst-nb
- numpydoc
- pydata-sphinx-theme >=0.15.3
- pydata-sphinx-theme >=0.15.3,!=0.16.1
- sphinx >=7.3
- sphinx-autoapi >=3.2.0
- sphinx-book-theme >=1.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-optional-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx-gallery >=0.16
sphinx-tags >=0.4
sphinx-tippy
sphinx-togglebutton
pydata-sphinx-theme >=0.15.3
pydata-sphinx-theme >=0.15.3,!=0.16.1
ipywidgets
jupyter-server-proxy
nest_asyncio
Expand Down

0 comments on commit d36ddff

Please sign in to comment.