From 82976082bd4720658297f544c796962537048a72 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 30 Sep 2023 13:06:26 +0900 Subject: [PATCH] =?UTF-8?q?Sphinx=E3=82=92v6=E3=81=AB=E4=B8=8A=E3=81=92?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/voicevox_core_python_api/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/voicevox_core_python_api/requirements.txt b/crates/voicevox_core_python_api/requirements.txt index cad09a4ef..ff06d7870 100644 --- a/crates/voicevox_core_python_api/requirements.txt +++ b/crates/voicevox_core_python_api/requirements.txt @@ -1,4 +1,4 @@ -Sphinx>=5.3.0,<6 +Sphinx>=6.2.1,<7 maturin>=0.13.2,<0.14 -pydata-sphinx-theme>=0.11.0,<0.12 -sphinx-autoapi>=2.0.0,<3 +pydata-sphinx-theme>=0.14.1,<0.15 +sphinx-autoapi>=3.0.0,<4