Skip to content

Commit 550c5c5

Browse files
committed
Docs: Use logo and favicon from github repo
1 parent d7b4853 commit 550c5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@
127127
# The name of an image file (relative to this directory) to place at the top
128128
# of the sidebar.
129129
# html_logo = None
130-
html_logo = "_static/logo-inline-web-v4.png"
130+
html_logo = "https://raw.githubusercontent.com/ampl/ampl.github.io/master/themes/static/ampl-navbar-logo.png"
131131

132132
# The name of an image file (within the static path) to use as favicon of the
133133
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
134134
# pixels large.
135-
html_favicon = "_static/cropped-favicon-raw-192x192.png"
135+
html_favicon = "https://raw.githubusercontent.com/ampl/ampl.github.io/master/themes/static/ampl-favicon.png"
136136

137137
# Add any paths that contain custom static files (such as style sheets) here,
138138
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)