From 8b51be0296681e2c57531ea546ca7fcc2315a92e Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Tue, 8 Oct 2024 15:30:12 +0300 Subject: [PATCH] CI docs: sphinx<8, sphinx-rtd-theme<3 Signed-off-by: Alexander Piskun --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc527b96..79a45d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,11 +77,11 @@ optional-dependencies.dev-min = [ optional-dependencies.docs = [ "autodoc-pydantic>=2.0.1", "nc-py-api[app,calendar]", - "sphinx>=6.2", + "sphinx<8", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-issues>=3.0.1", - "sphinx-rtd-theme>=1", + "sphinx-rtd-theme<3", ] urls.Changelog = "https://github.com/cloud-py-api/nc_py_api/blob/main/CHANGELOG.md" urls.Documentation = "https://cloud-py-api.github.io/nc_py_api/"