From 5cc51145da93a84ad95d2e596587de5de382c652 Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:54:38 +0100 Subject: [PATCH] Docs/hotfix (#1052) --- docs/_config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 08950e2..ecd45b8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -101,14 +101,6 @@ sphinx: local_extensions : # A list of local extensions to load by sphinx specified by "name: path" items recursive_update : false # A boolean indicating whether to overwrite the Sphinx config (true) or recursively update (false) config : # key-value pairs to directly over-ride the Sphinx configuration - html_static_path: ["_static"] - # Needed for vegaEmbed and jquery used in benchmark.js and copybutton.js - # We include copies for local, offline development - html_js_files: - - vega@5.js - - vega-embed@5.js - - 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