Skip to content

Commit

Permalink
[experiment] Switch to Furo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jul 25, 2023
1 parent 69a9933 commit c0fbd00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"sphinx_design",
"matplotlib.sphinxext.plot_directive",
"sphinx.ext.doctest"
"qiskit_sphinx_theme",
]

templates_path = ["_templates"]
Expand Down Expand Up @@ -74,15 +75,8 @@

# -- Options for HTML output -------------------------------------------------

html_theme = "qiskit_sphinx_theme"
html_theme = "qiskit"
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,
}


# -- Options for Autosummary and Autodoc -------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ seaborn>=0.9.0
# TODO: switch to stable release when 4.1 is released
reno @ git+https://github.com/openstack/reno.git@81587f616f17904336cdc431e25c42b46cd75b8f
Sphinx>=5.0
qiskit-sphinx-theme~=1.11.0
qiskit-sphinx-theme~=1.14.0
sphinx-design>=0.2.0
pygments>=2.4
scikit-learn>=0.20.0
Expand Down

0 comments on commit c0fbd00

Please sign in to comment.