Skip to content

Commit

Permalink
updating qiskit docs settings (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Sep 24, 2024
1 parent 79af8e6 commit 6b54df2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b54df2

Please sign in to comment.