From de330820715be62d9c8ff5a777ca336a5ed4470a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:41:37 +0000 Subject: [PATCH] Update sphinx requirement from ~=8.1.3 to ~=7.4.7 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/v7.4.7/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 74ca237..69896ec 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -11,6 +11,6 @@ # setup.py. ipython ~=7.34.0 numpydoc ~=1.7 -sphinx ~=8.1.3 +sphinx ~=7.4.7 sphinx-copybutton ~=0.5.2 sphinx_rtd_theme ~=3.0.2