From 6663bb3910496e8b0384b0c81bb683827b3bc345 Mon Sep 17 00:00:00 2001 From: ftnext Date: Tue, 10 Sep 2024 20:08:12 +0900 Subject: [PATCH] [chore] ExtensionMetadata was added at Sphinx 7.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d9cabd..ed2200c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dependencies = ["sphinxcontrib-extdevhelper-kasane"] +dependencies = ["Sphinx>=7.3", "sphinxcontrib-extdevhelper-kasane"] dynamic = ["version"] [project.optional-dependencies]