Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Qiskit Ecosystem theme #926

Merged
merged 3 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/source/_static/overrides.css

This file was deleted.

187 changes: 0 additions & 187 deletions docs/source/_templates/layout.html

This file was deleted.

8 changes: 0 additions & 8 deletions docs/source/_templates/theme_variables.jinja

This file was deleted.

13 changes: 5 additions & 8 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,15 +93,13 @@
"""

# HTML Output Options
html_theme = 'qiskit_sphinx_theme'
html_theme_options = {
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': True,
}
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.12.0
qiskit-sphinx-theme~=1.14.0rc1
matplotlib>=3.4
sphinx-reredirects
sphinxemoji
Expand Down