From 8c6f8c8961e3eecf70ac4c3b5fc4b1459f1725d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:26:07 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 8.0.2. - [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/v7.2.6...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4f1b5483..f2299fa9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ console_scripts = [options.extras_require] docs = - sphinx==7.2.6 + sphinx==8.0.2 sphinx-astropy[confv2]==1.9.1 sphinx-favicon==1.0.1 sphinxcontrib-programoutput==0.17 @@ -83,7 +83,7 @@ dev = pytest-cov==5.0.0 pytest-order==1.3.0 rstcheck==6.2.1 - sphinx==7.2.6 + sphinx==8.0.2 sphinx-astropy[confv2]==1.9.1 sphinx-favicon==1.0.1 sphinxcontrib-programoutput==0.17