ports/textproc/py-myst-parser/files/patch-pyproject.toml

11 lines
245 B
TOML

--- pyproject.toml.orig 2024-08-05 14:02:40 UTC
+++ pyproject.toml
@@ -38,7 +38,7 @@ dependencies = [
"markdown-it-py~=3.0",
"mdit-py-plugins~=0.4,>=0.4.1",
"pyyaml",
- "sphinx>=7,<9",
+ "sphinx>=5,<9",
]
[project.urls]