From 0e739a455e57ee0266fba65369bb7fc13e4e4c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damien=20Nad=C3=A9?= Date: Sat, 16 Dec 2023 22:38:34 +0100 Subject: [PATCH] raise sphinx minimum requirements --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db766b4..193db09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,9 +38,9 @@ pytest-cov = ">=4" optional = true [tool.poetry.group.sphinx.dependencies] -sphinx = ">=5" +sphinx = ">=7" sphinx-autodoc-typehints = ">=1.17" -sphinx-rtd-theme = "*" +sphinx-rtd-theme = ">=2" [build-system] requires = ["poetry-core>=1.4.0"]