From b66e3bb1ab342e6b807e3cf9b6dd18f3c7312af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl?= Date: Mon, 14 Aug 2023 17:19:09 +0200 Subject: [PATCH] Eric's Feedbacks Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fea64e4..5b2badc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # html theme options html_title = f"{project} {release}" -html_logo = "_static/images/logo.png" +#html_logo = "_static/images/logo.png" html_theme = "qiskit-ecosystem" -html_theme_options = {"sidebar_hide_name": True} +html_theme_options = {"sidebar_hide_name": False} # autodoc/autosummary options autosummary_generate = True