From 1c32776d4ebccc5e3fc6df7a46633b4931f63204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:01:09 +0300 Subject: [PATCH] Update sphinx-rtd-theme requirement from ~=1.2.0 to ~=2.0.0 in /fdmlpy (#29) 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.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fdmlpy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdmlpy/requirements.txt b/fdmlpy/requirements.txt index 21f48ee..d43b1d8 100644 --- a/fdmlpy/requirements.txt +++ b/fdmlpy/requirements.txt @@ -1,3 +1,3 @@ build~=0.10.0 sphinx~=6.2.1 -sphinx_rtd_theme~=1.2.0 +sphinx_rtd_theme~=2.0.0