From cd83cebfca6932d41c97aa9aa8c5febb6e7bf709 Mon Sep 17 00:00:00 2001 From: Arnau Casau Date: Wed, 18 Oct 2023 17:27:26 +0200 Subject: [PATCH] Update Sphinx theme --- docs/conf.py | 11 ++--------- requirements-dev.txt | 4 ++-- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 88c140b2df..5d84d27789 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -146,18 +146,11 @@ # -- Options for HTML output ------------------------------------------------- -html_theme = 'qiskit_sphinx_theme' +html_theme = "qiskit-ecosystem" +html_title = f"{project} {release}" -html_logo = 'images/logo.png' 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, -} - html_sourcelink_suffix = '' autoclass_content = 'both' diff --git a/requirements-dev.txt b/requirements-dev.txt index ecbaf24d0b..8387babf6f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ ddt>=1.2.0,!=1.4.0,!=1.4.3 # Documentation nbsphinx -Sphinx>=5 +Sphinx>=6 sphinx-tabs>=1.1.11 sphinx-automodapi sphinx-autodoc-typehints<=1.19.2 @@ -26,4 +26,4 @@ sphinx-design>=0.4.0 sphinx-intl jupyter-sphinx reno>=2.11.0 -qiskit-sphinx-theme~=1.12.0 +qiskit-sphinx-theme~=1.16.0