Skip to content

Commit

Permalink
Switch docs guide to new Furo theme (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Jun 30, 2023
1 parent 8ead22e commit 57ba660
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs_guide/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,25 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

import datetime

project = "Qiskit Docs Guide"
copyright = f"2022-{datetime.date.today().year}, Qiskit Development Team"
author = "Qiskit Development Team"
release = "1.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
"jupyter_sphinx",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx_toolbox.confval",
"qiskit_sphinx_theme",
]

templates_path = ["_templates"]

exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

html_theme = "qiskit_sphinx_theme"

# -- Intersphinx configuration ------------------------------------------------
html_theme = "_qiskit_furo"

intersphinx_mapping = {
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
Expand Down

0 comments on commit 57ba660

Please sign in to comment.