From e0fcd953a5f522aa2e6a231948300132a5dba5f3 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Mon, 7 Oct 2019 20:00:37 -0700 Subject: [PATCH] Update docs/conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d1b21a25..31ded652 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,7 @@ html_sidebars = { ] } -html_logo = ' _static/images/chipyard-logo.png' +html_logo = '_static/images/chipyard-logo.png' # -- Options for HTMLHelp output ------------------------------------------