Skip to content

Commit 942196b

Browse files
committed
docs: logo was removed since Sphinx 6 and replaced by logo_url
1 parent 50e0b5b commit 942196b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@
9090
<tr>
9191
<td valign="top" width="300">
9292
<h3><a href="{{ pathto('index') }}"><img
93-
alt="C++ Boost" src="{{ pathto('_static/' + 'gil.png', 1) }}" border="0"></a></h3>
93+
alt="C++ Boost" src="{{ pathto(logo_url, 1) }}" border="0"></a></h3>
9494
</td>
95-
9695
<td >
9796
<h1 align="center"><a href="{{ pathto('index') }}"></a></h1>
9897
</td>

0 commit comments

Comments
 (0)