diff --git a/docs/_static/images/chipyard-logo.png b/docs/_static/images/chipyard-logo.png new file mode 100644 index 00000000..b0368cd9 Binary files /dev/null and b/docs/_static/images/chipyard-logo.png differ diff --git a/docs/conf.py b/docs/conf.py index 3f9feddf..d1b21a25 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,7 @@ html_sidebars = { ] } -html_logo = ' _static/images/chipyard-logo.svg' +html_logo = ' _static/images/chipyard-logo.png' # -- Options for HTMLHelp output ------------------------------------------