Skip to content

Commit d3801e7

Browse files
Update docs (#236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb49408 commit d3801e7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
furo>=2024.8.6
2-
myst_parser>=0.13
3-
sphinx>=7.0
2+
myst_parser>=0.19.2
3+
sphinx>=7.4.7
44
sphinx_autodoc_typehints
55
sphinx_copybutton

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ coverage = { cmd = "coverage html", depends-on = ["tests-cov"] }
9999
open-coverage = { cmd = "open htmlcov/index.html", depends-on = ["coverage"] }
100100

101101
[tool.pixi.feature.docs.dependencies]
102-
sphinx = ">=7.0"
102+
sphinx = ">=7.4.7"
103103
furo = ">=2024.8.6"
104-
myst-parser = ">=0.13"
105-
sphinx-copybutton = "*"
106-
sphinx-autodoc-typehints = "*"
104+
myst-parser = ">=0.19.1"
105+
sphinx-copybutton = ">=0.5.2"
106+
sphinx-autodoc-typehints = ">=1.25.3"
107107
# Needed to import parsed modules with autodoc
108108
dask-core = ">=2025.3.0"
109109
pytest = ">=8.3.5"

0 commit comments

Comments
 (0)