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 72bc1ed5..67f9fd16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ 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"