diff --git a/docs/requirements.txt b/docs/requirements.txt index f5ef400a..539b79ef 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ furo>=2024.8.6 myst_parser>=4.0.1 -sphinx>=7.4.7 +sphinx>=8.2.3 sphinx_autodoc_typehints sphinx_copybutton diff --git a/pyproject.toml b/pyproject.toml index 804cd9db..608258b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,11 +99,11 @@ coverage = { cmd = "coverage html", depends-on = ["tests-cov"] } open-coverage = { cmd = "open htmlcov/index.html", depends-on = ["coverage"] } [tool.pixi.feature.docs.dependencies] -sphinx = ">=7.4.7" +sphinx = ">=8.2.3" furo = ">=2024.8.6" myst-parser = ">=4.0.1" sphinx-copybutton = ">=0.5.2" -sphinx-autodoc-typehints = ">=1.25.3" +sphinx-autodoc-typehints = ">=3.1.0" # Needed to import parsed modules with autodoc dask-core = ">=2025.3.0" pytest = ">=8.3.5"