You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
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.
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)