Skip to content

Commit

Permalink
Update Sphinx theme (#398)
Browse files Browse the repository at this point in the history
* Update Sphinx theme

* Update conf.py

---------

Co-authored-by: grace-harper <119029214+grace-harper@users.noreply.github.com>
  • Loading branch information
arnaucasau and grace-harper authored Oct 17, 2023
1 parent a8aee06 commit bae1f6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"sphinx_autodoc_typehints",
"nbsphinx",
"matplotlib.sphinxext.plot_directive",
"qiskit_sphinx_theme",
]
templates_path = ["_templates"]
numfig = True
Expand All @@ -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"]

Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Qiskit QEC documentation
########################

.. toctree::
:hidden:

Home <self>

.. warning::

This package is still in the early stages of development and it is very likely
Expand Down

0 comments on commit bae1f6b

Please sign in to comment.