File tree 4 files changed +15
-7
lines changed
4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,34 @@ figure figcaption {
34
34
}
35
35
36
36
/* increase the size of the side bar from 300px default to 320px */
37
- .wy-nav-side {
38
- width : 320px ;
37
+ .wy-nav-side .shift {
38
+ width : 320px !important ;
39
+ left : 0 ;
39
40
}
40
41
41
42
.wy-side-scroll {
42
- width : 340px ;
43
+ width : 320px ;
44
+ overflow : hidden;
43
45
}
44
46
45
47
.wy-side-nav-search {
46
48
width : 320px ;
47
- background : # 08adee !important ;
49
+ background : # 090b22 !important ;
48
50
}
49
51
50
52
.icon .icon-home {
51
- color : # 000000 !important ;
53
+ color : # ffffff !important ;
54
+ width : 70% ;
52
55
}
53
56
54
57
.wy-menu-vertical {
55
58
width : 320px ;
56
59
}
57
60
61
+ .wy-nav-content-wrap .shift {
62
+ left : 320px ;
63
+ }
64
+
58
65
/* (temporarily) add an under development tagline to the bread crumb
59
66
.wy-breadcrumbs::after {
60
67
content: " (Content under development)";
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sticky_navigation = True
12
12
navigation_depth = 4
13
13
includehidden = True
14
14
titles_only =
15
- logo_only =
15
+ logo_only = False
16
16
display_version = True
17
17
prev_next_buttons_location = bottom
18
18
style_external_links = False
Original file line number Diff line number Diff line change 97
97
else :
98
98
html_theme = "sphinx_rtd_theme"
99
99
html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
100
+ html_logo = "logo.png"
100
101
html_theme_options = {
101
102
'canonical_url' : '' ,
102
103
'analytics_id' : '' ,
113
114
html_theme_path = ['_themes' ]
114
115
115
116
html_theme = 'sphinx_rtd_theme'
116
-
117
+ html_logo = "_images/logo.png"
117
118
# Add any paths that contain custom static files (such as style sheets) here,
118
119
# relative to this directory. They are copied after the builtin static files,
119
120
# so a file named "default.css" will overwrite the builtin "default.css".
You can’t perform that action at this time.
0 commit comments