From 58154462bcab1ea3060c702c0321537ffa1e6037 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 1 Dec 2024 18:35:52 +0000
Subject: [PATCH] fix(deps): update dependency sphinx-rtd-theme to v3

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 5e34eb32..051d9fc7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -82,7 +82,7 @@ optional-dependencies.docs = [
   "sphinx-copybutton",
   "sphinx-inline-tabs",
   "sphinx-issues>=3.0.1",
-  "sphinx-rtd-theme<3",
+  "sphinx-rtd-theme<4",
 ]
 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/"