We have a project which produces html from rst files, using Sphinx. Earlier we used Sphinx version 2.1 and after upgrade to version 6.1.3 a sideeffect occurs where our headers defined like this:
:header:
are rendered in our html structure as small headers, just like when we used Sphinx 2.1, but span with class "colon" is injected by Sphinx right after the header. Is there a way to stop Sphinx doing that without resorting to hiding it with CSS?