Skip to content

Commit d8461d3

Browse files
committed
Upgrade Pydata Sphinx theme version
1 parent e81f384 commit d8461d3

3 files changed

Lines changed: 41 additions & 41 deletions

File tree

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ babel==2.18.0 ; python_full_version >= '3.12'
1515
# sphinx
1616
beautifulsoup4==4.14.3 ; python_full_version >= '3.12'
1717
# via pydata-sphinx-theme
18-
certifi==2026.4.22 ; python_full_version >= '3.12'
18+
certifi==2026.5.20 ; python_full_version >= '3.12'
1919
# via requests
2020
charset-normalizer==3.4.7 ; python_full_version >= '3.12'
2121
# via requests
22-
click==8.4.0 ; python_full_version >= '3.12'
22+
click==8.4.1 ; python_full_version >= '3.12'
2323
# via uvicorn
2424
colorama==0.4.6 ; python_full_version >= '3.12'
2525
# via
@@ -34,7 +34,7 @@ free-threading==1.1.1
3434
# via pyriodicity
3535
h11==0.16.0 ; python_full_version >= '3.12'
3636
# via uvicorn
37-
idna==3.15 ; python_full_version >= '3.12'
37+
idna==3.16 ; python_full_version >= '3.12'
3838
# via
3939
# anyio
4040
# requests
@@ -55,7 +55,7 @@ numpy==2.4.6 ; python_full_version >= '3.11'
5555
numpydoc==1.10.0 ; python_full_version >= '3.12'
5656
packaging==26.2 ; python_full_version >= '3.12'
5757
# via sphinx
58-
pydata-sphinx-theme==0.17.1 ; python_full_version >= '3.12'
58+
pydata-sphinx-theme==0.18.0 ; python_full_version >= '3.12'
5959
pygments==2.20.0 ; python_full_version >= '3.12'
6060
# via
6161
# accessible-pygments
@@ -95,7 +95,7 @@ sphinxcontrib-qthelp==2.0.0 ; python_full_version >= '3.12'
9595
# via sphinx
9696
sphinxcontrib-serializinghtml==2.0.0 ; python_full_version >= '3.12'
9797
# via sphinx
98-
starlette==1.0.0 ; python_full_version >= '3.12'
98+
starlette==1.0.1 ; python_full_version >= '3.12'
9999
# via sphinx-autobuild
100100
typing-extensions==4.15.0 ; python_full_version >= '3.12'
101101
# via

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
]
5252
docs = [
5353
"numpydoc~=1.10.0",
54-
"pydata-sphinx-theme~=0.17.0",
54+
"pydata-sphinx-theme~=0.18.0",
5555
"sphinx-autobuild~=2025.08.0",
5656
]
5757

0 commit comments

Comments
 (0)