File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
175172theme_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
You can’t perform that action at this time.
0 commit comments