Skip to content

Commit

Permalink
Upgrade to new Qiskit sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jul 10, 2023
1 parent a45c016 commit 5a85080
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 205 deletions.
10 changes: 8 additions & 2 deletions docs/source/_static/overrides.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
:root {
--header-height: 0rem;
/* TODO: in rc3, uncomment this out.
body {
--qiskit-top-nav-bar-height: 0px;
}
qiskit-ui-shell {
display: none;
}
*/
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.

8 changes: 1 addition & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,7 @@
"""

# 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'
htmlhelp_basename = 'rustworkx'


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.13.0rc2
matplotlib>=3.4
sphinx-reredirects
sphinxemoji
Expand Down

0 comments on commit 5a85080

Please sign in to comment.