I recently changed my html theme in sphinx from alabaster
to sphinx_rtd_theme
, and there is one feature that I'm missing. When opening a code section with the viewcode extension, the linked code block will be highlighted (the yellowish background behind the linked section).
Which now doesn't happen any more:
Is there a way to enable it? I searched here for that config option but couldn't find anything related.