Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Set up IBM logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jul 19, 2023
1 parent a1ddaa3 commit 14b0324
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@

# -- General configuration ---------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.napoleon',
'sphinx.ext.autodoc',
Expand All @@ -75,6 +68,8 @@
nbsphinx_execute = "never"
nbsphinx_widgets_path = ''

nbsphinx_thumbnails = {"**": "_static/images/logo.png"}

nbsphinx_prolog = """
{% set docname = env.doc2path(env.docname, base=None) %}
.. only:: html
Expand Down Expand Up @@ -146,6 +141,8 @@
html_theme = "qiskit-ecosystem"
html_title = f"{project} {release}"

html_logo = "ibm-quantum-logo.png"

html_theme_options = {
# Because this is an IBM-focused project, we use a blue color scheme.
"light_css_variables": {
Expand Down
Binary file added docs/ibm-quantum-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14b0324

Please sign in to comment.