diff --git a/pyproject.toml b/pyproject.toml index 85e60da..d5ec6f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Documentation = "https://rst-to-myst.readthedocs.io" rst2myst = "rst_to_myst.cli:main" [project.optional-dependencies] -sphinx = ["sphinx>=5,<7"] +sphinx = ["sphinx>=5,<8"] test = [ "pytest~=6.0", "coverage",