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

Commit 36da55a

Browse files
authoredJul 28, 2023
Switch to new Furo docs theme (#1784)
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.
1 parent 2b423d0 commit 36da55a

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed
 

‎docs/conf.py

+1-13
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,7 @@
149149

150150
# -- Options for HTML output -------------------------------------------------
151151

152-
html_theme = "qiskit_sphinx_theme"
153-
html_theme_options = {
154-
"logo_only": False,
155-
"display_version": True,
156-
"prev_next_buttons_location": "bottom",
157-
"style_external_links": True,
158-
# Toc options
159-
"collapse_navigation": True,
160-
"sticky_navigation": True,
161-
"navigation_depth": 4,
162-
"includehidden": True,
163-
"titles_only": False,
164-
}
152+
html_theme = "qiskit"
165153
html_favicon = "images/favicon.ico"
166154
html_last_updated_fmt = "%Y/%m/%d"
167155
html_context = {

‎requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ qiskit-ibmq-provider[visualization]
22
qiskit-aer
33
numpy>=1.17
44
Sphinx>=6.0
5-
qiskit-sphinx-theme~=1.13.0
5+
qiskit-sphinx-theme~=1.14.0
66
pylatexenc>=1.4
77
sphinx-automodapi
88
jupyter

0 commit comments

Comments
 (0)
This repository has been archived.