Open SeanDS opened 2 years ago
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:
var parent
which actually looks like this:
with no var parent visible.
Is there a way to avoid this ugly side-effect?
@SeanDS Thanks for reporting! :blush:
Maybe there is a way. I unfortunately do not currently have time to look at this, but would happily accept a pull request! :rocket:
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?