Skip to content

Commit

Permalink
Merge pull request #209 from arnaucasau/update-sphinx-theme
Browse files Browse the repository at this point in the history
Update Sphinx theme
  • Loading branch information
mtreinish authored Apr 18, 2024
2 parents 512036f + 30e4a15 commit 30d35d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "qiskit_sphinx_theme"
html_theme = "qiskit-ecosystem"
html_title = f"{project}"


#html_sidebars = {'**': ['globaltoc.html']}
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pytest
pylint~=3.0.2
pycodestyle
Sphinx>=7.0,<=8
qiskit_sphinx_theme~=1.12.0
qiskit_sphinx_theme~=1.16.0,<2
matplotlib
pylatexenc
jupyter-sphinx
Expand Down

0 comments on commit 30d35d0

Please sign in to comment.