From a7262eaa95baaa0159088e96d4e8252e4acb647d Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Wed, 17 Aug 2022 00:50:30 -0600 Subject: [PATCH 1/2] Finish reverting config names. In #62, we reverted the config name changes from #58. However, we forgot to revert the changes to our docs conf.py config as well. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 447d549..febeca3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,8 +7,8 @@ html_theme = "pydata_sphinx_theme" html_logo = "_static/icon.svg" -jupyter_lite_config = "jupyter_lite_config.json" -jupyter_lite_contents = "./custom_contents" +jupyterlite_config = "jupyter_lite_config.json" +jupyterlite_contents = "./custom_contents" jupyterlite_bind_ipynb_suffix = False master_doc = 'index' From d27b772307f1be5ba48bd0e9a1be31c8669a00a8 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Wed, 17 Aug 2022 00:50:53 -0600 Subject: [PATCH 2/2] sphinx -> Sphinx --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index febeca3..22b7139 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,4 +14,4 @@ master_doc = 'index' # General information about the project. -project = 'JupyterLite sphinx extension' +project = 'JupyterLite Sphinx extension'