diff --git a/docs/source/conf.py b/docs/source/conf.py index ffe9332..ffde2a8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -127,12 +127,12 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. # html_logo = None -html_logo = "_static/logo-inline-web-v4.png" +html_logo = "https://raw.githubusercontent.com/ampl/ampl.github.io/master/themes/static/ampl-navbar-logo.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -html_favicon = "_static/cropped-favicon-raw-192x192.png" +html_favicon = "https://raw.githubusercontent.com/ampl/ampl.github.io/master/themes/static/ampl-favicon.png" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,