Skip to content

Commit

Permalink
Use ecosystem theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jul 18, 2023
1 parent ffdb9a8 commit d741978
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
7 changes: 0 additions & 7 deletions docs/source/_static/overrides.css

This file was deleted.

7 changes: 5 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'sphinx_reredirects',
'qiskit_sphinx_theme',
]
html_static_path = ["_static"]
templates_path = ['_templates']
extra_css_files = ["overrides.css"]

Expand Down Expand Up @@ -94,9 +93,13 @@
"""

# HTML Output Options
html_theme = 'qiskit'
html_theme = 'qiskit-ecosystem'
html_title = f"{project} {release}"
htmlhelp_basename = 'rustworkx'

html_theme_options = {
"disable_ecosystem_logo": True,
}

# Latex options
latex_elements = {}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jupyter-sphinx
pydot
pillow>=4.2.1
reno>=3.4.0
qiskit-sphinx-theme~=1.13.0
qiskit-sphinx-theme~=1.14.0rc1
matplotlib>=3.4
sphinx-reredirects
sphinxemoji
Expand Down

0 comments on commit d741978

Please sign in to comment.