Skip to content

Commit a8a8c5a

Browse files
committed
♻️ Inject JS via config instead of template
1 parent 16c69dd commit a8a8c5a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

docs/_sources/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ def _unireplace(release_note, unireplace):
435435
html_css_files = [
436436
'custom.css',
437437
]
438+
html_js_files = [
439+
('versionList.js', {'defer': 'defer'})]
438440

439441
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
440442
# using the given strftime format.

0 commit comments

Comments
 (0)