diff --git a/docs/source/_static/overrides.css b/docs/source/_static/overrides.css deleted file mode 100644 index b2b66fce85..0000000000 --- a/docs/source/_static/overrides.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - --qiskit-top-nav-bar-height: 0px; -} - -qiskit-ui-shell { - display: none; -} diff --git a/docs/source/conf.py b/docs/source/conf.py index 2126f36d19..0addab6efb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,7 +42,6 @@ 'sphinx_reredirects', 'qiskit_sphinx_theme', ] -html_static_path = ["_static"] templates_path = ['_templates'] extra_css_files = ["overrides.css"] @@ -94,9 +93,13 @@ """ # HTML Output Options -html_theme = 'qiskit' +html_theme = 'qiskit-ecosystem' +html_title = f"{project} {release}" htmlhelp_basename = 'rustworkx' +html_theme_options = { + "disable_ecosystem_logo": True, +} # Latex options latex_elements = {} diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 3782382bfc..bef0d9f7cf 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -4,7 +4,7 @@ jupyter-sphinx pydot pillow>=4.2.1 reno>=3.4.0 -qiskit-sphinx-theme~=1.13.0 +qiskit-sphinx-theme~=1.14.0rc1 matplotlib>=3.4 sphinx-reredirects sphinxemoji