From c0fbd00ed0c7ccb19074ec7765f765e45d537145 Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Tue, 25 Jul 2023 15:06:09 -0600 Subject: [PATCH] [experiment] Switch to Furo theme --- docs/conf.py | 10 ++-------- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 172da360265d..855056fae58d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,6 +40,7 @@ "sphinx_design", "matplotlib.sphinxext.plot_directive", "sphinx.ext.doctest" + "qiskit_sphinx_theme", ] templates_path = ["_templates"] @@ -74,15 +75,8 @@ # -- Options for HTML output ------------------------------------------------- -html_theme = "qiskit_sphinx_theme" +html_theme = "qiskit" html_last_updated_fmt = "%Y/%m/%d" -html_theme_options = { - "logo_only": True, - "display_version": True, - "prev_next_buttons_location": "bottom", - "style_external_links": True, -} - # -- Options for Autosummary and Autodoc ------------------------------------- diff --git a/requirements-dev.txt b/requirements-dev.txt index fe67acb6ef98..5140f19634ba 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ seaborn>=0.9.0 # TODO: switch to stable release when 4.1 is released reno @ git+https://github.com/openstack/reno.git@81587f616f17904336cdc431e25c42b46cd75b8f Sphinx>=5.0 -qiskit-sphinx-theme~=1.11.0 +qiskit-sphinx-theme~=1.14.0 sphinx-design>=0.2.0 pygments>=2.4 scikit-learn>=0.20.0