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_files
configuration variable of the theme.- Parameters
app – A
sphinx.application.Sphinx
object.files – A list of
Path
objects routed to JavaScript files of interest.
- Returns
None