Add vega scripts explictly to config (#1051)

This commit is contained in:
Michael Panchenko 2024-02-12 18:49:32 +01:00 committed by GitHub
parent d3fe87b70d
commit 7a30b842b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,11 @@ sphinx:
- vega-lite@5.js
- jquery-1.12.4.min.js
autodoc_typehints_format: "short"
html_js_files:
# We have to list them explicitly because they need to be loaded in a specific order
- js/vega@5.js
- js/vega-lite@5.js
- js/vega-embed@5.js
autodoc_show_sourcelink: True
add_module_names: False
github_username: thu-ml