sphinx-tabs
assets are not removed from pages where tabs
aren't being used
#184
Labels
sphinx-tabs
assets are not removed from pages where tabs
aren't being used
#184
Describe the bug
I was in the process of investigating another issue, and I think
sphinx-tabs
assets are not currently being removed from pages that they should be inv3.4.4
. Here's the result of a debugging session:As you can see, the
path in context["css_files"]
check here is not quite right.path
is of typePosixPath
, and the only thing contained incontext["css_files"]
are objects of typesphinx.builders.html._assets._CascadingStyleSheet
. If I check the HTML built by sphinx, I can see that thetabs.css
is included, confirming the bug:I think what we want here is
Reproduce the bug
I've updated the minimal working example to use the most recent version of
sphinx-tabs
: https://github.com/peytondmurray/minimalsphinx/tree/per-page-cssList your environment
No response
The text was updated successfully, but these errors were encountered: