Skip to content

Commit

Permalink
Use Ecosystem Sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Aug 22, 2023
1 parent 0053b0a commit cd374b8
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,20 +172,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),
Expand Down

0 comments on commit cd374b8

Please sign in to comment.