From 7a51d9d0c502be759b0b0443c005b3cba5c07ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 21:03:44 +0000 Subject: [PATCH] DEP(deps): Update sphinx requirement from <9,>=8 to >=9.1.0,<10 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/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.0...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index be2b5f7..da6ecde 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ # MÍNIMO necesario para construir documentación # sphinx<9: enum-tools 0.13.0 (última) rompe en Sphinx 9 (eliminado sphinx.ext.autodoc.logger) -sphinx>=8,<9 +sphinx>=9.1.0,<10 sphinx_rtd_theme sphinxcontrib-napoleon sphinx-jinja2-compat>=0.4.1