From b8d577600d644e5b3f4023047a710c4e13e31eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:21:14 +0000 Subject: [PATCH] build(deps-dev): update sphinx requirement Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.2...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a290314..e00f7ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ where = src [options.extras_require] docs = - sphinx >=4.0.2, <5.0 + sphinx >=4.0.2, <9.0 sphinx-rtd-theme # stanford-theme test =