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 124124html_theme = "mpl_sphinx_theme"
125125
126126html_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+ },
129133 # collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
130134 # and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
131135 "collapse_navigation" : not is_release_build ,
156160html_sidebars = {
157161 "**" : [
158162 "relations.html" , # needs 'show_related': True theme option to display
159- "searchbox.html" ,
160163 ]
161164}
162165
Original file line number Diff line number Diff line change 22ipython
33jinja2>3
44matplotlib
5- mpl-sphinx-theme
5+ mpl-sphinx-theme~=3.6.0
66numpydoc
77sphinx
88sphinx-copybutton
You can’t perform that action at this time.
0 commit comments