From 44acaa0be3e4d1e09b5837ac535e336ec238c63a Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 28 Aug 2019 13:12:13 +1000 Subject: [PATCH 1/2] remove uneccesary _static path --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 826ec4e6..21e9c319 100644 --- a/conf.py +++ b/conf.py @@ -379,7 +379,7 @@ jupyter_write_metadata = False # Location for _static folder -jupyter_static_file_path = ["source/_static", "_static"] +jupyter_static_file_path = ["source/_static"] # Configure Jupyter Kernels jupyter_kernels = { From 31691de658e60f43f7775433454c1fad3767e2c7 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 30 Aug 2019 16:57:05 +1000 Subject: [PATCH 2/2] update path to miror written output directory --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 21e9c319..04e83b2b 100644 --- a/conf.py +++ b/conf.py @@ -379,7 +379,7 @@ jupyter_write_metadata = False # Location for _static folder -jupyter_static_file_path = ["source/_static"] +jupyter_static_file_path = ["source/rst/_static"] # Configure Jupyter Kernels jupyter_kernels = {