It seems the JavaScript source code for the 3D viewer shows up in Sphinx's compiled search index. I can see this by searching for var parent (which is part of the 3D viewer's script) on the CadQuery website:

which actually looks like this:

with no var parent visible.
Is there a way to avoid this ugly side-effect?
It seems the JavaScript source code for the 3D viewer shows up in Sphinx's compiled search index. I can see this by searching for
var parent(which is part of the 3D viewer's script) on the CadQuery website:which actually looks like this:
with no
var parentvisible.Is there a way to avoid this ugly side-effect?