-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu not expanding on Android Chrome #10159
Comments
Hi there, looks like jquery isn't being loaded on the theme. I see that you are using the latest version of the rtd theme, so jquery should be included, but for some reason is not.. |
Thanks. My conf.py is here: I build locally with sphinx-build -n -W --keep-going -b html docs/ docs/_build/ and it works on my local server. |
I do see jquery.js loading from https://www.pybroker.com/_/static/javascript/readthedocs-doc-embed.js I tried making this fix:
Now I see this error thrown from theme.js:
|
I'm hitting the same issue/error. You can see a live example at https://test-builds.readthedocs.io/en/manual-integrations/ |
Confirming having the same issue for https://prog8.readthedocs.io/en/latest/ Worse is that the search box also doesn't work anymore Firefox on Linux |
I think a temporal solution is to add this in your conf.py file. extensions = [
"sphinxcontrib.jquery",
] And there is no need to install the dependency, since the theme already installs it |
Thank you, this was indeed what fixed it for me |
This is being tracked at readthedocs/sphinx_rtd_theme#1452. |
Details
Tapping the hamburger menu icon does not expand the menu on Android Chrome.
Expected Result
The menu should expand. I tested on an identical Sphinx build with my own local server and it works fine there. But not when hosted on RTD.
Actual Result
Nothing happens when the hamburger icon is tapped.
The text was updated successfully, but these errors were encountered: