Skip to content

Commit 0f2168a

Browse files
committed
updates to conf.py
1 parent 79e076f commit 0f2168a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,14 @@ def setup(app):
351351
"logo": {
352352
"link": "https://www.pymc.io",
353353
},
354+
"search_bar_text": "Search within PyMC library docs...",
355+
"icon_links": [
356+
{
357+
"url": "https://github.com/pymc-devs/pymc",
358+
"icon": "fa-brands fa-github",
359+
"name": "GitHub",
360+
},
361+
],
354362
}
355363
html_context = {
356364
"github_user": "pymc-devs",

0 commit comments

Comments
 (0)