Closed
Description
In #4424, Sphinx introduced the class='notranslate'
on code blocks, which is great and works to some extent. However, there is a residual issue that Google Translate appears to introduce spaces between parts of the code:
which means that copy/pasted code can't actually be used without cleaning it up first. It would be great if this is something that could be prevented on the Sphinx side.