From b962dc085c9c606a19e67da2ba3ce4f926dec70f Mon Sep 17 00:00:00 2001 From: Arnau Casau Date: Fri, 29 Sep 2023 17:17:02 +0200 Subject: [PATCH] Update Sphinx theme Co-authored-by: Frank Harkins <36071638+frankharkins@users.noreply.github.com> --- docs/conf.py | 16 ++-------------- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 81b5ce4..fba6095 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -172,20 +172,8 @@ # -- 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": False, - # Toc options - "collapse_navigation": True, - "sticky_navigation": True, - "navigation_depth": 4, - "includehidden": True, - "titles_only": False, -} +html_theme = "qiskit-ecosystem" +html_title = f"{project} {release}" intersphinx_mapping = { "python": ("https://docs.python.org/3", None), diff --git a/requirements-dev.txt b/requirements-dev.txt index a39e18a..abc69a2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,5 +15,5 @@ qiskit-aer mypy>=0.981 mypy-extensions>=0.4.3 nbsphinx -qiskit_sphinx_theme~=1.12.0 +qiskit_sphinx_theme~=1.16.0 types-certifi