diff --git a/docs/requirements.txt b/docs/requirements.txt index 2b8ce60d..539b79ef 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ furo>=2024.8.6 -myst_parser>=0.13 -sphinx>=7.0 +myst_parser>=4.0.1 +sphinx>=8.2.3 sphinx_autodoc_typehints sphinx_copybutton diff --git a/pyproject.toml b/pyproject.toml index 4f7c805c..20964d70 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.0" +sphinx = ">=8.2.3" furo = ">=2024.8.6" -myst-parser = ">=0.13" +myst-parser = ">=4.0.1" sphinx-copybutton = "*" -sphinx-autodoc-typehints = "*" +sphinx-autodoc-typehints = ">=3.1.0" # Needed to import parsed modules with autodoc dask-core = ">=2025.3.0" pytest = ">=8.3.5"