Open
Description
This isn't an issue in this extension, just want to flag it here for further input.
AFAICT, #14 added an option for configuration and thus JS injection happens on the event config-inited
. But it turns out that calling app.setup_extension("sphinxcontrib.jquery")
from themes stopped working since somehow it happens after config-inited
is fired:
I'm thinking that the extension can just call add_js_files
directly. But it'd be nice that the contract is clear so it doesn't break again.