diff --git a/docs/pyproject.toml b/docs/pyproject.toml index b5c63595786e..e613781213bf 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.11" dependencies = [ "sphinx>=9,<10", "sphinx-reredirects>=1.1,<2", - "pydata-sphinx-theme>=0.16,<1", + "pydata-sphinx-theme>=0.17.0,<1", "myst-parser>=5,<6", "maturin>=1.11,<2", "jinja2>=3.1.6,<4",