From 00072f9f95b61ed58f5ffcb52fb8a1e0956dfa91 Mon Sep 17 00:00:00 2001 From: Weston Pace Date: Tue, 18 Apr 2023 06:39:11 -0700 Subject: [PATCH] GH-35192: [Docs] Switch from `logo` to `logo_url` to support sphinx >= 6 (#35194) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Rationale for this change Sphinx dropped support for the `logo` property in release 6. See https://github.com/sphinx-doc/sphinx/issues/11062 Instead we are supposed to use `logo_url` which has been available since release 4. ### What changes are included in this PR? Change from `logo` to `logo_url` ### Are these changes tested? There was a CI test that was failing so yes. ### Are there any user-facing changes? No. We already required `sphinx >= 4` and since `logo_url` is available in 4 we should not need to update the minimum sphinx version. * Closes: #35192 Authored-by: Weston Pace Signed-off-by: Raúl Cumplido --- docs/source/_templates/docs-sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_templates/docs-sidebar.html b/docs/source/_templates/docs-sidebar.html index fde4435df305b..64aee59ed4e96 100644 --- a/docs/source/_templates/docs-sidebar.html +++ b/docs/source/_templates/docs-sidebar.html @@ -1,6 +1,6 @@ - +