File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 7272
7373
7474html_sidebars = {
75- "index" : ["search-field.html" ],
76- "**" : ["search-field.html" , " globaltoc.html" ],
75+ "index" : [],
76+ "**" : ["globaltoc.html" ],
7777}
7878
7979is_release_build = tags .has ("release" ) # noqa
8080
8181
8282html_theme_options = {
83- "native_site" : True ,
84- "logo_link" : "index" ,
83+ "navbar_links" : "server-stable" ,
84+ "logo" : {
85+ "link" : "index" ,
86+ "image_light" : "images/logo2.svg" ,
87+ "image_dark" : "images/logo_dark.svg" ,
88+ },
8589 "collapse_navigation" : not is_release_build ,
8690 "show_prev_next" : False ,
8791 # Toc options
Original file line number Diff line number Diff line change 11# List required packages in this file, one per line.
2- mpl-sphinx-theme
2+ mpl-sphinx-theme~=3.6.0
33myst-parser
4- sphinx<5 # pinned because current pydata-sphinx-theme is incompatible
5- pydata-sphinx-theme<0.9 # temporary workaround to make the docs build
You can’t perform that action at this time.
0 commit comments