File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
{%- if logo %}
7
7
< img class ="logo " src ="{{ pathto('_static/' + logo, 1) }} " alt ="{{ project }} "/>
8
8
{%- else %}
9
- {{ project }}
9
+ {%- if logo_url %}
10
+ < img class ="logo " src ="{{ pathto(logo_url, 1) }} " alt ="{{ project }} "/>
11
+ {%- else %}
12
+ {{ project }} {{logo_url}}
13
+ {%- endif %}
10
14
{%- endif %}
11
15
</ a >
12
16
</ span >
Original file line number Diff line number Diff line change 129
129
130
130
# The theme to use for HTML and HTML Help pages. See the documentation for
131
131
# a list of builtin themes.
132
- html_theme = MDL_theme " #'sphinxdoc' #'pyramid' #default'
132
+ html_theme = " MDL_theme" #'sphinxdoc' #'pyramid' #default'
133
133
134
134
# Theme options are theme-specific and customize the look and feel of a theme
135
135
# further. For a list of options available for each theme, see the
149
149
# The name of an image file (relative to this directory) to place at the top
150
150
# of the sidebar.
151
151
html_logo = "_static\\ itomlogo.png"
152
+ logo = html_logo
152
153
153
154
# The name of an image file (within the static path) to use as favicon of the
154
155
# 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