зеркало из https://github.com/microsoft/nni.git
Fix `html_logo` for sphinx docs (#5545)
This commit is contained in:
Родитель
c992b11414
Коммит
ee434aa979
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162 84">
|
||||
<polygon fill="#ffffff" points="0,84 12,84 34,18 56,84 68,84 87,27 75,27 62,66 40,0 28,0 0,84"/>
|
||||
<polygon fill="#ffffff" points="94,84 106,84 125,27 113,27 100,66 90,36 84,54 94,84"/>
|
||||
<polygon fill="#ffffff" points="122,0 128,18 140,18 134,0 122,0"/>
|
||||
<polygon fill="#ffffff" points="131,27 150,84 162,84 143,27 131,27"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 398 B |
|
@ -4,14 +4,8 @@
|
|||
<div class="md-flex__cell md-flex__cell--shrink">
|
||||
<a href="{{ pathto(master_doc)|e }}" title="{{ docstitle|e }}"
|
||||
class="md-header-nav__button md-logo">
|
||||
{% if theme_logo_icon|e %}
|
||||
<i class="md-icon">{{ theme_logo_icon }}</i>
|
||||
{% elif logo_url %}
|
||||
<img src="{{ pathto(logo_url, 1) }}" height="26"
|
||||
alt="{{ shorttitle|striptags|e }} logo">
|
||||
{% else %}
|
||||
|
||||
{% endif %}
|
||||
<img src="{{ pathto('_static/img/nni-icon.svg', 1) }}" height="26"
|
||||
alt="{{ shorttitle|striptags|e }} logo">
|
||||
</a>
|
||||
</div>
|
||||
<div class="md-flex__cell md-flex__cell--shrink">
|
||||
|
|
Загрузка…
Ссылка в новой задаче