From 563de698ef4eff2a47a76e1f3bea359aa9b5bb7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:25:03 +0000 Subject: [PATCH 1/3] build(deps): bump sphinx from 7.2.6 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 8.1.3. - [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/v7.2.6...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... 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 ed371ed9c9..69182417dd 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ gevent shibuya -sphinx==7.2.6 +sphinx==8.1.3 sphinx-autodoc-typehints[type_comments]>=1.8.0 typing-extensions From eaec5e5210efc8bfdc1dac43681f1e65ced3dcb1 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 15 Oct 2024 16:37:52 +0200 Subject: [PATCH 2/3] remove pin and fix --- docs/conf.py | 2 ++ requirements-docs.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 390f576219..514465dc49 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,6 +8,8 @@ import sphinx.builders.latex import sphinx.builders.texinfo import sphinx.builders.text +import sphinx.domains.c # noqa: F401 +import sphinx.domains.cpp # noqa: F401 import sphinx.ext.autodoc # noqa: F401 import urllib3.exceptions # noqa: F401 diff --git a/requirements-docs.txt b/requirements-docs.txt index 69182417dd..15f226aac7 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ gevent shibuya -sphinx==8.1.3 +sphinx sphinx-autodoc-typehints[type_comments]>=1.8.0 typing-extensions From b1a4bf1763962beeb6e3b9176a7f33f2e705f1b2 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 15 Oct 2024 16:40:15 +0200 Subject: [PATCH 3/3] one more --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 514465dc49..54536bf056 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,7 @@ import sphinx.domains.c # noqa: F401 import sphinx.domains.cpp # noqa: F401 import sphinx.ext.autodoc # noqa: F401 +import sphinx.ext.intersphinx # noqa: F401 import urllib3.exceptions # noqa: F401 typing.TYPE_CHECKING = True