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
In the rendered html docs, double-clicking a name, such as a class name,
would select both the keyword "class" as well as the class name. This
happens because there is no whitespace between the two HTML elements.
We can patch this by injecting a space using CSS.
Issue: readthedocs/sphinx_rtd_theme#1154
0 commit comments