From d0aca0916ad1dbf9dade0af39fcc554a24450c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:38:29 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 0.5.0 to 3.0.1 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.0 to 3.0.1. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.5.0...3.0.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 640da0d..b83d4d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -94,7 +94,7 @@ console_scripts = dev = docutils <= 0.16 # In 0.17 bullet lists aren't rendered at all with sphinx-rtd-theme sphinx == 4.2.0 # Documentation generation - sphinx-rtd-theme == 0.5.0 # Documentation theme + sphinx-rtd-theme == 3.0.1 # Documentation theme sphinx-argparse == 0.2.5 # I don't think we even use this mypy-zope == 1.0.5 # Type stubs for zope.interface types-pkg_resources == 0.1.3 # Type stubs for package introspection API