File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 107
107
# Theme options are theme-specific and customize the look and feel of a theme
108
108
# further. For a list of options available for each theme, see the
109
109
# documentation.
110
- #html_theme_options = {}
110
+ html_theme_options = {
111
+ 'sidebarbgcolor' : '#171814' ,
112
+ 'sidebarlinkcolor' : '#7389ae' ,
113
+ 'sidebartextcolor' : '#b3b3bb' ,
114
+ 'footerbgcolor' : '#171814' ,
115
+ 'footertextcolor' : '#b3b3bb' ,
116
+ 'relbarbgcolor' : '#171814' ,
117
+ 'relbarlinkcolor' : '#7389ae' ,
118
+ 'relbartextcolor' : '#b3b3bb' ,
119
+ }
111
120
112
121
# Add any paths that contain custom themes here, relative to this directory.
113
122
#html_theme_path = []
121
130
122
131
# The name of an image file (relative to this directory) to place at the top
123
132
# of the sidebar.
124
- # html_logo = None
133
+ html_logo = "../logo/artiq_white.png"
125
134
126
135
# The name of an image file (within the static path) to use as favicon of the
127
136
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
You can’t perform that action at this time.
0 commit comments