From 7a30b842b620f3310fa3e5e975d7bdcd8ecb95d5 Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:49:32 +0100 Subject: [PATCH] Add vega scripts explictly to config (#1051) --- docs/_config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index 388afaf..08950e2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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