You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments