diff --git a/docs/conf.py b/docs/conf.py index b593fd90..6f95771e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,6 +37,7 @@ "sphinx_autodoc_typehints", "nbsphinx", "matplotlib.sphinxext.plot_directive", + "qiskit_sphinx_theme", ] templates_path = ["_templates"] numfig = True @@ -47,14 +48,9 @@ modindex_common_prefix = ["qiskit_qec."] # html theme options -html_theme = "qiskit_sphinx_theme" +html_theme = "qiskit-ecosystem" +html_title = f"{project} {release}" 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_css_files = ["gallery.css"] html_static_path = ["_static"] diff --git a/docs/index.rst b/docs/index.rst index f6ffe5fc..a50c9c24 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,6 +2,11 @@ Qiskit QEC documentation ######################## +.. toctree:: + :hidden: + + Home + .. warning:: This package is still in the early stages of development and it is very likely