From 4d2b7ee92fa39675961b40f8855d93a859621b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:43:52 -0400 Subject: [PATCH] Update sphinx-rtd-theme requirement from 1.2.1 to 1.2.2 (#260) 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.2.1...1.2.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3327e58..5a3b60b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,5 +45,5 @@ sphinx = "6.2.1" sphinx-argparse = "0.4.0" sphinx-copybutton = "0.5.2" sphinx-pydantic = "0.1.1" -sphinx-rtd-theme = "1.2.1" +sphinx-rtd-theme = "1.2.2" sphinx-jsonschema = "1.15"