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
There is supposed to be a logo in the upper left corner of the sidebar. It does not appear when viewing the docs. When I view them on Chrome mobile, I see a broken image icon. On Chrome desktop, I just see nothing.
I am not sure it will help but try to explicitly include the _static directory modify the html_static_path = ['_static'], This ensures that the Sphinx documentation generator recognizes _static as a valid directory.
@NirooRuby it actually works fine when I generate the docs locally. It has something to do with what gets published, but I haven't had time to look into it.
What happened?
The Selenium logo isn't showing on the Python API docs for 4.30: https://www.selenium.dev/selenium/docs/api/py/api.html
There is supposed to be a logo in the upper left corner of the sidebar. It does not appear when viewing the docs. When I view them on Chrome mobile, I see a broken image icon. On Chrome desktop, I just see nothing.
The logo is configured via: https://github.com/SeleniumHQ/selenium/blob/trunk/py/docs/source/conf.py#L120
It works correctly when I build the docs locally, but is missing from the published docs.
(I caused this bug when I added the logo in my last docs update... sorry!)
How can we reproduce the issue?
Relevant log output
Operating System
Any
Selenium version
4.30
What are the browser(s) and version(s) where you see this issue?
Any
What are the browser driver(s) and version(s) where you see this issue?
N/A
Are you using Selenium Grid?
N/A
The text was updated successfully, but these errors were encountered: