diff --git a/docs/requirements.txt b/docs/requirements.txt index 2b8ce60d..611d1123 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>=0.19.2 +sphinx>=7.4.7 sphinx_autodoc_typehints sphinx_copybutton diff --git a/pixi.lock b/pixi.lock index 5ba1b013..6e015f7b 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5232,7 +5232,7 @@ packages: - pypi: . name: array-api-extra version: 0.7.2.dev0 - sha256: 9caaf6a80751c89c1693ce901b4d31202552ea7af0cd3f37564d406d6565c051 + sha256: 9561cf7cf4532ba7a62260a3cc427e4b22c3730b7449295b71513bd42408a356 requires_dist: - array-api-compat>=1.11.2,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 1e93cbe4..2c2efda2 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 = ">=7.4.7" furo = ">=2024.8.6" -myst-parser = ">=0.13" -sphinx-copybutton = "*" -sphinx-autodoc-typehints = "*" +myst-parser = ">=0.19.1" +sphinx-copybutton = ">=0.5.2" +sphinx-autodoc-typehints = ">=1.25.3" # Needed to import parsed modules with autodoc dask-core = ">=2025.3.0" pytest = ">=8.3.5"