From 55bcf8697a67a2bd322fa533fe58b9d4a51dd318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 02:28:58 +0000 Subject: [PATCH] Update sphinx requirement from ~=8.1.3 to ~=8.2.1 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.2.1/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v8.2.1) --- 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..a0f7c88 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 ~=8.2.1 sphinx-copybutton ~=0.5.2 sphinx_rtd_theme ~=3.0.2