Skip to content

Commit 8292f0e

Browse files
committed
docs: Update logo and favicon to new branding
1 parent 77f14fd commit 8292f0e

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

oeps/_static/favicon.ico

-27.8 KB
Binary file not shown.
-2.03 KB
Binary file not shown.

oeps/conf.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,20 +164,17 @@
164164
}
165165

166166

167-
# The name of an image file (relative to this directory) to place at the top
168-
# of the sidebar.
169-
html_logo = "_static/open-edx-logo-color.png"
170-
171-
# The name of an image file (relative to this directory) to use as a favicon of
172-
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
173-
# pixels large.
174-
html_favicon = "_static/favicon.ico"
167+
# The name of an image file to place at the top of the sidebar.
168+
html_logo = "https://logos.openedx.org/open-edx-logo-color.png"
169+
170+
# The name of an image file to use as a favicon of this site.
171+
html_favicon = "https://logos.openedx.org/open-edx-favicon.ico"
175172
theme_logo_only = True
176173

177174
# Add any paths that contain custom static files (such as style sheets) here,
178175
# relative to this directory. They are copied after the builtin static files,
179176
# so a file named "default.css" will overwrite the builtin "default.css".
180-
html_static_path = ["_static"]
177+
# html_static_path = ["_static"]
181178

182179
# Theme options are theme-specific and customize the look and feel of a theme
183180
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)