Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Switch to new Furo docs theme (#1784)
Browse files Browse the repository at this point in the history
See Qiskit/qiskit#10498 for the
motivation.

Note that in Terra, we distinguish between dev/CI builds vs. prod
builds. We don't make that distinguishment here because we don't get
much dev activity in this repo.
  • Loading branch information
Eric-Arellano committed Jul 28, 2023
1 parent 2b423d0 commit 36da55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,19 +149,7 @@

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

html_theme = "qiskit_sphinx_theme"
html_theme_options = {
"logo_only": False,
"display_version": True,
"prev_next_buttons_location": "bottom",
"style_external_links": True,
# Toc options
"collapse_navigation": True,
"sticky_navigation": True,
"navigation_depth": 4,
"includehidden": True,
"titles_only": False,
}
html_theme = "qiskit"
html_favicon = "images/favicon.ico"
html_last_updated_fmt = "%Y/%m/%d"
html_context = {
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 @@ qiskit-ibmq-provider[visualization]
qiskit-aer
numpy>=1.17
Sphinx>=6.0
qiskit-sphinx-theme~=1.13.0
qiskit-sphinx-theme~=1.14.0
pylatexenc>=1.4
sphinx-automodapi
jupyter
Expand Down

0 comments on commit 36da55a

Please sign in to comment.