govuk_tech_docs_sphinx_theme.add_js_files¶
- govuk_tech_docs_sphinx_theme.add_js_files(app, files: List[pathlib.Path]) → None¶
Add a list of JavaScript files to the
script_filesconfiguration variable of the theme.- Parameters
app – A
sphinx.application.Sphinxobject.files – A list of
Pathobjects routed to JavaScript files of interest.
- Returns
None