Skip to content

Commit

Permalink
Merge pull request #975 from arnaucasau/update-sphinx-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatko-minev committed Nov 9, 2023
2 parents d4e9c1e + fc4b22c commit 0cf6a1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
13 changes: 2 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,7 @@

# -- Options for HTML output -------------------------------------------------

html_theme = "qiskit_sphinx_theme"
html_theme = "qiskit-ecosystem"
html_title = f"{project} {release}"

html_logo = 'images/logo.png'
html_last_updated_fmt = '%Y/%m/%d'

html_theme_options = {
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': True,
'collapse_navigation': True,
'sticky_navigation': True,
}
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The goal of Qiskit Metal is to allow for easy quantum hardware modeling with red
:maxdepth: 2
:hidden:

Home<https://qiskit.org/documentation/metal/>
Home<self>
Installing Qiskit Metal<installation>
Frequently Asked Questions<faq>
Metal Workflow<workflow>
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ pylint==2.16.2
yapf==0.32.0

# Doc Build
sphinx~=7.0.1
sphinx>=6.0.0
numpydoc==1.5.0
nbsphinx==0.8.6
qiskit-sphinx-theme~=1.12.0
qiskit-sphinx-theme~=1.16.0
sphinx-intl~=2.1.0

# Unit tests
Expand Down

0 comments on commit 0cf6a1e

Please sign in to comment.