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