Skip to content

Commit 6b54df2

Browse files
authored
updating qiskit docs settings (#362)
1 parent 79af8e6 commit 6b54df2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161

6262
html_context = {"version_list": ["0.4"]}
6363

64+
html_theme_options = {
65+
"sidebar_qiskit_ecosystem_member": True,
66+
}
67+
6468
# autodoc/autosummary options
6569
autosummary_generate = True
6670
autosummary_generate_overwrite = False

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ stestr>=3.0.0
22
astroid==2.14.2
33
pylint==2.16.2
44
black~=24.1
5-
qiskit-sphinx-theme~=1.16.0
5+
qiskit-sphinx-theme~=2.0
66
sphinx-autodoc-typehints
77
jupyter-sphinx
88
# The following line is needed until

0 commit comments

Comments
 (0)