When using the no-highlight class to prevent highlight.js to guess a specific highlighting, it works fine, but causes the Read the Docs theme to break, due to the absence of the hljs class I guess:
<pre>
<code class="no-highlight">[…]</code>
</pre>
looks like this:

When using the
no-highlightclass to prevent highlight.js to guess a specific highlighting, it works fine, but causes the Read the Docs theme to break, due to the absence of the hljs class I guess:looks like this: