From a561062efcf30ecbb23cc684790e21ab3dea8b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:02:18 +0000 Subject: [PATCH] [Dependabot]: 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.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index d8ef9946..91bc3b55 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -7,7 +7,7 @@ sphinx ~= 7.4 docutils ~= 0.20 # ReadTheDocs Theme -sphinx_rtd_theme ~= 2.0.0 +sphinx_rtd_theme ~= 3.0.0 # Sphinx Extenstions #sphinxcontrib-actdiag>=0.8.5