Skip to content

Commit a9e9166

Browse files
authored
Merge pull request #74 from jasongrout/confrename
Finish reverting config names.
2 parents 27ca883 + d27b772 commit a9e9166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
html_theme = "pydata_sphinx_theme"
88
html_logo = "_static/icon.svg"
99

10-
jupyter_lite_config = "jupyter_lite_config.json"
11-
jupyter_lite_contents = "./custom_contents"
10+
jupyterlite_config = "jupyter_lite_config.json"
11+
jupyterlite_contents = "./custom_contents"
1212
jupyterlite_bind_ipynb_suffix = False
1313

1414
master_doc = 'index'
1515

1616
# General information about the project.
17-
project = 'JupyterLite sphinx extension'
17+
project = 'JupyterLite Sphinx extension'

0 commit comments

Comments
 (0)