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 72
72
73
73
74
74
html_sidebars = {
75
- "index" : ["search-field.html" ],
76
- "**" : ["search-field.html" , " globaltoc.html" ],
75
+ "index" : [],
76
+ "**" : ["globaltoc.html" ],
77
77
}
78
78
79
79
is_release_build = tags .has ("release" ) # noqa
80
80
81
81
82
82
html_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
+ },
85
89
"collapse_navigation" : not is_release_build ,
86
90
"show_prev_next" : False ,
87
91
# Toc options
Original file line number Diff line number Diff line change 1
1
# List required packages in this file, one per line.
2
- mpl-sphinx-theme
2
+ mpl-sphinx-theme~=3.6.0
3
3
myst-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