Skip to content

Commit da38bfe

Browse files
Add github icon link in doc head (#1934)
1 parent e1eea67 commit da38bfe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
2.11 KB
Loading

docs/source/conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,15 @@
5252
"logo": {
5353
"image_light": 'logos/otx-logo.png',
5454
"image_dark": 'logos/otx-logo.png',
55-
}
55+
},
56+
"icon_links": [
57+
{
58+
"name": "GitHub",
59+
"url": "https://github.com/openvinotoolkit/training_extensions",
60+
"icon": "_static/logos/github_icon.png",
61+
"type": "local",
62+
},
63+
],
5664
}
5765
html_css_files = [
5866
'css/custom.css',

0 commit comments

Comments
 (0)