From 801a44bb3e1e9cea33e9065604338ba2fb4152c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:00:53 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 1.0.0 to 1.2.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.0.0 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.0.0...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a0135cf44..2778f0b6b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ cvxpy == 1.1.17 pytest == 6.2.5 # For unit test pytest-xdist == 2.4.0 # For unit test sphinx < 4.0 # For sphinx documentation -sphinx_rtd_theme == 1.0.0 +sphinx_rtd_theme == 1.2.0 IPython == 7.30.0 # For sphinx documentation