From 008ad479eba5526d7bdd4dae9138464b8514d97b Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 22 Aug 2023 15:36:57 +0100 Subject: [PATCH 1/2] Use Qiskit Ecosystem theme --- docs/conf.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ae4c503e0..0fbb0c514 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -186,19 +186,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": False, - # Toc options - "collapse_navigation": True, - "sticky_navigation": True, - "navigation_depth": 4, - "includehidden": True, - "titles_only": False, -} +html_theme = "qiskit-ecosystem" intersphinx_mapping = { "python": ("https://docs.python.org/3", None), From 85d30d6e85435c86e7a391eef456d14bd7a734e7 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 22 Aug 2023 17:52:24 +0100 Subject: [PATCH 2/2] Bump package version --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3191a59f9..faec4510c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,5 +15,5 @@ qiskit-aer>=0.11.2 mypy>=0.991 mypy-extensions>=0.4.3 nbsphinx -qiskit_sphinx_theme~=1.12.0 +qiskit_sphinx_theme~=1.14 networkx>=2.2,<2.6