File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 124
124
html_theme = "mpl_sphinx_theme"
125
125
126
126
html_theme_options = {
127
- "native_site" : False ,
128
- "logo_link" : "index" ,
127
+ "navbar_links" : "server-stable" ,
128
+ "logo" : {
129
+ "link" : "index" ,
130
+ "image_light" : "images/logo2.svg" ,
131
+ "image_dark" : "images/logo_dark.svg" ,
132
+ },
129
133
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
130
134
# and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
131
135
"collapse_navigation" : not is_release_build ,
156
160
html_sidebars = {
157
161
"**" : [
158
162
"relations.html" , # needs 'show_related': True theme option to display
159
- "searchbox.html" ,
160
163
]
161
164
}
162
165
Original file line number Diff line number Diff line change 2
2
ipython
3
3
jinja2>3
4
4
matplotlib
5
- mpl-sphinx-theme
5
+ mpl-sphinx-theme~=3.6.0
6
6
numpydoc
7
7
sphinx
8
8
sphinx-copybutton
You can’t perform that action at this time.
0 commit comments