We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79af8e6 commit 6b54df2Copy full SHA for 6b54df2
docs/conf.py
@@ -61,6 +61,10 @@
61
62
html_context = {"version_list": ["0.4"]}
63
64
+html_theme_options = {
65
+ "sidebar_qiskit_ecosystem_member": True,
66
+}
67
+
68
# autodoc/autosummary options
69
autosummary_generate = True
70
autosummary_generate_overwrite = False
requirements-dev.txt
@@ -2,7 +2,7 @@ stestr>=3.0.0
2
astroid==2.14.2
3
pylint==2.16.2
4
black~=24.1
5
-qiskit-sphinx-theme~=1.16.0
+qiskit-sphinx-theme~=2.0
6
sphinx-autodoc-typehints
7
jupyter-sphinx
8
# The following line is needed until
0 commit comments