Skip to content

Commit ff225f6

Browse files
authored
Add logo (#2)
* Add logo * Use white logo with moons
1 parent b69573e commit ff225f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
# Specify a base_url used to generate sitemap.xml. If not
152152
# specified, then no sitemap will be built.
153153
"base_url": "https://jupyterlab-contrib.github.io",
154-
"logo_icon": "&#xe87b",
155154
# Set the color and the accent color
156155
"color_primary": "deep-orange",
157156
"color_accent": "orange",
@@ -166,6 +165,8 @@
166165
"globaltoc_includehidden": False,
167166
}
168167

168+
html_logo = "logo.png"
169+
169170

170171
def setup(app):
171172
app.add_config_value("recommonmark_config", {"enable_auto_toc_tree": True}, True)

logo.png

19.7 KB
Loading

0 commit comments

Comments
 (0)