From 6d821cac88aab0986b72f5db7a753f7c5030ef09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:34:40 +0000 Subject: [PATCH] chore(deps-dev): update sphinx-rtd-theme requirement Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 10a217534..bf7d5bc38 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,5 +18,5 @@ libcst>=1.2,<2 # Documentation generation sphinx>=7.2,<10 -sphinx-rtd-theme>=2.0,<3 +sphinx-rtd-theme>=2.0,<4 sphinx-autodoc-typehints>=2.0,<4