diff --git a/docs/conf.py b/docs/conf.py index 06ffd24..8353828 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -157,17 +157,5 @@ # -- 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}" diff --git a/docs/index.rst b/docs/index.rst index 48fca8f..b392397 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,6 +2,11 @@ Qiskit Cold Atoms documentation ############################### +.. toctree:: + :hidden: + + Home + .. toctree:: :maxdepth: 1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 33d35dc..5e4fa57 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ black~=22.0 stestr -Sphinx>=5.0.0,<=8 +Sphinx>=6.0.0 pylint==2.7.1 reno>=3.2.0 -qiskit-sphinx-theme~=1.12.0 +qiskit-sphinx-theme~=1.16.0 sphinx-autodoc-typehints sphinx-panels sphinx-tabs