File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
mpl_sphinx_theme/static/css Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 4242html_theme = "mpl_sphinx_theme"
4343html_favicon = "_static/favicon.ico"
4444html_theme_options = {
45- "logo_link " : " https://matplotlib.org/stable/" ,
45+ "logo " : { "link" : " https://matplotlib.org/stable/"} ,
4646 # collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
4747 # and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
4848 "collapse_navigation" : not is_release_build ,
Original file line number Diff line number Diff line change 1- pydata-sphinx-theme >= 0.6 .0
1+ pydata-sphinx-theme >= 0.9 .0
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ a:hover {
77 color : # CA7900 ;
88}
99
10+ html [data-theme = "light" ] {
11+ --pst-color-primary : rgb (19 , 6 , 84 );
12+ --pst-color-text-base : rgb (51 , 51 , 51 );
13+ }
14+
15+ html [data-theme = "dark" ] {
16+ --pst-color-primary : rgb (19 , 6 , 84 );
17+ --pst-color-text-base : rgb (240 , 240 , 240 );
18+ }
19+
1020table .highlighttable {
1121 margin-left : 0.5em ;
1222}
Original file line number Diff line number Diff line change 1- pydata-sphinx-theme >= 0.6 .0
1+ pydata-sphinx-theme >= 0.9 .0
You can’t perform that action at this time.
0 commit comments