Skip to content

Commit f572f9e

Browse files
authored
docs: link to Github repo in header (#1800)
1 parent 069a011 commit f572f9e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@
115115
},
116116
"navbar_start": ["navbar-logo", "version-switcher"],
117117
"footer_start": ["version", "copyright", "sphinx-version", "theme-version"],
118+
"icon_links": [
119+
{
120+
"name": "GitHub",
121+
"url": "https://github.com/python-visualization/folium",
122+
"icon": "fa-brands fa-square-github",
123+
"type": "fontawesome",
124+
}
125+
],
118126
}
119127

120128
# Add any paths that contain custom themes here, relative to this directory.

0 commit comments

Comments
 (0)