From 36da55a3fc792af4a2f52ee681736cadb69728f9 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Fri, 28 Jul 2023 07:25:20 -0600 Subject: [PATCH] Switch to new Furo docs theme (#1784) See https://github.com/Qiskit/qiskit-terra/pull/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. --- docs/conf.py | 14 +------------- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 15dab3cfe568..18289542966c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = { diff --git a/requirements-dev.txt b/requirements-dev.txt index bcd09066a60a..e5d53f47f069 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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