Add vega scripts explictly to config (#1051)
This commit is contained in:
parent
d3fe87b70d
commit
7a30b842b6
@ -110,6 +110,11 @@ sphinx:
|
|||||||
- vega-lite@5.js
|
- vega-lite@5.js
|
||||||
- jquery-1.12.4.min.js
|
- jquery-1.12.4.min.js
|
||||||
autodoc_typehints_format: "short"
|
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
|
autodoc_show_sourcelink: True
|
||||||
add_module_names: False
|
add_module_names: False
|
||||||
github_username: thu-ml
|
github_username: thu-ml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user