File tree Expand file tree Collapse file tree 5 files changed +6
-207
lines changed Expand file tree Collapse file tree 5 files changed +6
-207
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4242 'sphinx_reredirects' ,
4343 'qiskit_sphinx_theme' ,
4444 ]
45- html_static_path = ["_static" ]
4645templates_path = ['_templates' ]
4746extra_css_files = ["overrides.css" ]
4847
9493"""
9594
9695# HTML Output Options
97- html_theme = 'qiskit_sphinx_theme'
98- html_theme_options = {
99- 'logo_only' : False ,
100- 'display_version' : True ,
101- 'prev_next_buttons_location' : 'bottom' ,
102- 'style_external_links' : True ,
103- }
96+ html_theme = 'qiskit-ecosystem'
97+ html_title = f"{ project } { release } "
10498htmlhelp_basename = 'rustworkx'
10599
100+ html_theme_options = {
101+ "disable_ecosystem_logo" : True ,
102+ }
106103
107104# Latex options
108105latex_elements = {}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ jupyter-sphinx
44pydot
55pillow >= 4.2.1
66reno >= 3.4.0
7- qiskit-sphinx-theme ~= 1.12.0
7+ qiskit-sphinx-theme ~= 1.14.0rc1
88matplotlib >= 3.4
99sphinx-reredirects
1010sphinxemoji
You can’t perform that action at this time.
0 commit comments