From cdaeed7569957e6318edae25fb55d728f2b1b38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 03:47:38 +0000 Subject: [PATCH] Update sphinx requirement from ==8.* to ==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.0.0rc1...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-readthedocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-readthedocs.txt b/requirements-readthedocs.txt index 0f0fcba..5fe1691 100644 --- a/requirements-readthedocs.txt +++ b/requirements-readthedocs.txt @@ -1,6 +1,6 @@ # keep synchronous to src/VERSION.inc pytidyhtml5 == 2024.10.24 -sphinx == 8.* +sphinx == 7.* sphinx_autodoc_typehints == 2.* sphinx_rtd_theme == 3.*