From 6d699a319d9f4aa202e92ad701d0efcd8596bbb8 Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Sun, 18 Feb 2024 13:46:49 -0500 Subject: [PATCH] Attempt to have offline data properly handled in conf.py --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index fd6f5c1..e25a967 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -87,6 +87,8 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = [ '_static', +] +html_extra_path = [ 'cord-1_label_data.zip', 'cord-1_point_df.arrow', 'cord-1_point_hover_data.zip',