From 02e1966cea59e551116641f9ca971f25dc4fa0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:28:47 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4855c63a..6141bf22 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ "aioresponses==0.7.4", "black==23.1.0", ], - "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.1.1"], + "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.0"], }, )