From d17416d00e450ffa7e3eeef8b1fbcb45a11cf886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:38:29 +0000 Subject: [PATCH] :arrow_up: 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/1.0.0...3.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6482a6c8..20b80f17 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def _parse_requirements(path, encoding="utf-8"): extras_require={ "doc": [ "sphinx>=4.5.0,<8.0.0", - "sphinx_rtd_theme>=1.0,<1.5", + "sphinx_rtd_theme>=1.0,<3.1", "sphinx-markdown-tables~=0.0.15", "sphinx-click>=3.1,<6.1", "sphinx_copybutton~=0.5.0",