Skip to content

Commit 00072f9

Browse files
authored
GH-35192: [Docs] Switch from logo to logo_url to support sphinx >= 6 (#35194)
### Rationale for this change Sphinx dropped support for the `logo` property in release 6. See sphinx-doc/sphinx#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 <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 1deb740 commit 00072f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_templates/docs-sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<a class="navbar-brand" href="{{ pathto(master_doc) }}">
3-
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="logo">
3+
<img src="{{ pathto('_static/' + logo_url, 1) }}" class="logo" alt="logo">
44
</a>
55

66
<div id="version-search-wrapper">

0 commit comments

Comments
 (0)