We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69573e commit ff225f6Copy full SHA for ff225f6
conf.py
@@ -151,7 +151,6 @@
151
# Specify a base_url used to generate sitemap.xml. If not
152
# specified, then no sitemap will be built.
153
"base_url": "https://jupyterlab-contrib.github.io",
154
- "logo_icon": "",
155
# Set the color and the accent color
156
"color_primary": "deep-orange",
157
"color_accent": "orange",
@@ -166,6 +165,8 @@
166
165
"globaltoc_includehidden": False,
167
}
168
+html_logo = "logo.png"
169
+
170
171
def setup(app):
172
app.add_config_value("recommonmark_config", {"enable_auto_toc_tree": True}, True)
logo.png
19.7 KB
0 commit comments