From ef1092efa128d722ee6c7418d895f58b62d6440c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Mar 2019 05:34:57 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from 0.4.2 to 0.4.3 Updates the requirements on [sphinx-rtd-theme](https://github.com/rtfd/sphinx_rtd_theme) to permit the latest version. - [Release notes](https://github.com/rtfd/sphinx_rtd_theme/releases) - [Changelog](https://github.com/rtfd/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/rtfd/sphinx_rtd_theme/compare/0.4.2...0.4.3) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bce1708f..8c076f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,6 @@ pytest-cov = "2.6.1" pytest-mock = "1.10.0" sphinx = "1.8.3" sphinx-autobuild = "0.7.1" -sphinx-rtd-theme = "0.4.2" +sphinx-rtd-theme = "0.4.3" sphinxcontrib-httpdomain = "1.6.1" sphinxcontrib-websupport = "1.1.0"