Skip to content

Commit

Permalink
Update PyData theme to fixed 0.14.1
Browse files Browse the repository at this point in the history
0.14.1 fixes a broken version comparison in the javascript of the
version warning banner. See
pydata/pydata-sphinx-theme#1446 for more.
  • Loading branch information
lagru committed Sep 22, 2023
1 parent 7aca023 commit 8ad19fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ docs = [
'kaleido',
'scikit-learn>=1.1',
'sphinx_design>=0.3',
'pydata-sphinx-theme>=0.14',
'pydata-sphinx-theme>=0.14.1',
]
optional = [
'SimpleITK',
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ plotly>=5.10
kaleido
scikit-learn>=1.1
sphinx_design>=0.3
pydata-sphinx-theme>=0.14
pydata-sphinx-theme>=0.14.1

0 comments on commit 8ad19fd

Please sign in to comment.