diff options
Diffstat (limited to 'textproc/py-myst-parser/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-myst-parser/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-myst-parser/files/patch-pyproject.toml b/textproc/py-myst-parser/files/patch-pyproject.toml new file mode 100644 index 000000000000..67ed6bf33144 --- /dev/null +++ b/textproc/py-myst-parser/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- 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] |