Skip to content

Commit b89c456

Browse files
committed
Add GitHub repo link to Sphinx docs navbar [skip ci].
1 parent 76a458c commit b89c456

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/conf.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,16 @@
6969
"image_light": "img/logo.png",
7070
"image_dark": "img/logo_inverted.png",
7171
},
72-
"collapse_navigation": True
72+
"collapse_navigation": True,
73+
"icon_links": [
74+
{
75+
"name": "GitHub",
76+
"url": "https://github.com/hmakelin/gisnav",
77+
"icon": "fab fa-github",
78+
"type": "fontawesome",
79+
}
80+
],
81+
"icon_links_label": "Quick Links",
7382
}
7483

7584
# Make version number accessible in .rst files

0 commit comments

Comments
 (0)