Fix `html_logo` for sphinx docs (#5545)

This commit is contained in:
Yuge Zhang 2023-05-09 10:14:54 +08:00 коммит произвёл GitHub
Родитель c992b11414
Коммит ee434aa979
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

6
docs/static/img/nni-icon.svg поставляемый Normal file
Просмотреть файл

@ -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

10
docs/templates/header.html поставляемый
Просмотреть файл

@ -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 %}
&nbsp;
{% 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">