From 6b54df2fde7ff10afadfdfda5ca0abb2608da856 Mon Sep 17 00:00:00 2001 From: Daniel Puzzuoli Date: Tue, 24 Sep 2024 11:14:08 -0700 Subject: [PATCH] updating qiskit docs settings (#362) --- docs/conf.py | 4 ++++ requirements-dev.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 439fb1b58..8e0d3f754 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,6 +61,10 @@ html_context = {"version_list": ["0.4"]} +html_theme_options = { + "sidebar_qiskit_ecosystem_member": True, +} + # autodoc/autosummary options autosummary_generate = True autosummary_generate_overwrite = False diff --git a/requirements-dev.txt b/requirements-dev.txt index 3516af256..86d98b2c5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ stestr>=3.0.0 astroid==2.14.2 pylint==2.16.2 black~=24.1 -qiskit-sphinx-theme~=1.16.0 +qiskit-sphinx-theme~=2.0 sphinx-autodoc-typehints jupyter-sphinx # The following line is needed until