Skip to content

Commit 29b2173

Browse files
authored
Fix logo link (#381)
Like the rest of the pages of the website, clicking on the pymc logo should go to `www.pymc.io` not to the example gallery
1 parent 58439f0 commit 29b2173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def setup(app: Sphinx):
136136
"icon": "fab fa-discourse",
137137
},
138138
],
139+
"logo_link": "https://www.pymc.io",
139140
"search_bar_text": "Search...",
140141
"navbar_end": ["search-field.html", "navbar-icon-links.html"],
141142
"page_sidebar_items": ["postcard", "page-toc", "edit-this-page", "donate"],

0 commit comments

Comments
 (0)