diff --git a/docs/requirements.txt b/docs/requirements.txt index 611d1123..f5ef400a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ furo>=2024.8.6 -myst_parser>=0.19.2 +myst_parser>=4.0.1 sphinx>=7.4.7 sphinx_autodoc_typehints sphinx_copybutton diff --git a/pixi.lock b/pixi.lock index 5fec73f8..1209730f 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5232,7 +5232,7 @@ packages: - pypi: . name: array-api-extra version: 0.7.2.dev0 - sha256: 841ed3c6d16ad2db082fae003d779d0b6ee28cf01bd1eecce6e029f55dace211 + sha256: 1eb727e3c349b3467ef8e57414c9399d844c70326c2f9665dba61c2972adce55 requires_dist: - array-api-compat>=1.11.2,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index f2858f22..804cd9db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ open-coverage = { cmd = "open htmlcov/index.html", depends-on = ["coverage"] } [tool.pixi.feature.docs.dependencies] sphinx = ">=7.4.7" furo = ">=2024.8.6" -myst-parser = ">=0.19.1" +myst-parser = ">=4.0.1" sphinx-copybutton = ">=0.5.2" sphinx-autodoc-typehints = ">=1.25.3" # Needed to import parsed modules with autodoc