This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Commit a6325ec
authored
Don't disconnect html-page-context event from sphinx-tabs (#318)
We are disconnecting the html-page-context event from sphinx-tabs,
which was used to delete the static files from html files
that didn't use sphinx-tabs. But in executablebooks/sphinx-tabs#198
this was changed to instead decide if the page should have the static files or not.
Since we are removing that event, sphinx-tabs never gets to inject the
static files, this breaks sphinx-tabs for projects using hoverxref.
We no longer need to disconnect that signal, since we are overriding the html assets policy to `always`,
which sphnx-tabs respects already executablebooks/sphinx-tabs#132
(more than 3 years ago).1 parent 89feea8 commit a6325ec
1 file changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 147 | | |
161 | 148 | | |
162 | 149 | | |
| |||
365 | 352 | | |
366 | 353 | | |
367 | 354 | | |
368 | | - | |
369 | 355 | | |
370 | 356 | | |
371 | 357 | | |
| |||
0 commit comments