Skip to content

Commit 9deb502

Browse files
authored
link github icon to pymc-bart repo (#131)
* link github icon to pymc-bart repo * add missing icons
1 parent 84fac97 commit 9deb502

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@
6262
html_theme_options = {
6363
"secondary_sidebar_items": ["page-toc", "edit-this-page", "sourcelink", "donate"],
6464
"navbar_start": ["navbar-logo"],
65+
"icon_links": [
66+
{ "url": "https://github.com/pymc-devs/pymc-bart", "icon": "fa-brands fa-github", "name": "GitHub" },
67+
{ "url": "https://twitter.com/pymc_devs/", "icon": "fa-brands fa-twitter", "name": "Twitter" },
68+
{ "url": "https://www.youtube.com/c/PyMCDevelopers", "icon": "fa-brands fa-youtube", "name": "YouTube" },
69+
{ "url": "https://discourse.pymc.io", "icon": "fa-brands fa-discourse", "name": "Discourse" },
70+
]
6571
}
72+
6673
version = os.environ.get("READTHEDOCS_VERSION", "")
6774
version = version if "." in version else "main"
6875
html_context = {

0 commit comments

Comments
 (0)