This repository was archived by the owner on Apr 9, 2025. It is now read-only.
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
sphinx>=3.5
does not render tabs/math formulas #119
Closed
Description
In Sphinx 3.5 a new feature that only adds the JS/CSS required to render the page only on pages where those JS/CSS are required instead of adding them to all the pages. This is a good optimization, but it breaks our extension when we want to render the content of a different page that requires these JS/CSS to render properly. This is the case of MathJax formulas and sphinx-tabs as well.
Upstream issue: sphinx-doc/sphinx#9115
Reference: sphinx-doc/sphinx#8631 (comment)