Skip to content

Commit fe80582

Browse files
Update docs to v4 (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba2208b commit fe80582

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
furo>=2024.8.6
2-
myst_parser>=0.19.2
2+
myst_parser>=4.0.1
33
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ open-coverage = { cmd = "open htmlcov/index.html", depends-on = ["coverage"] }
101101
[tool.pixi.feature.docs.dependencies]
102102
sphinx = ">=7.4.7"
103103
furo = ">=2024.8.6"
104-
myst-parser = ">=0.19.1"
104+
myst-parser = ">=4.0.1"
105105
sphinx-copybutton = ">=0.5.2"
106106
sphinx-autodoc-typehints = ">=1.25.3"
107107
# Needed to import parsed modules with autodoc

0 commit comments

Comments
 (0)