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 are two issues here:
- The first issue is that a Sphinx theme sets defer or async
when loading jQuery. This can cause jQuery to not be available
before readthedocs-doc-embed.js sets its own event listener.
- The second issue is caused by the sustainability API loading
faster than the ad client. This should be rare since the ad client
is loaded via a CDN but it can happen especially on slow networks.
I was able to reproduce these issues by setting throttling
in the browser developer tools.
0 commit comments