Skip to content

Commit

Permalink
Fix logo link (pymc-devs#381)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
OriolAbril authored Jun 22, 2022
1 parent 58439f0 commit 29b2173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def setup(app: Sphinx):
"icon": "fab fa-discourse",
},
],
"logo_link": "https://www.pymc.io",
"search_bar_text": "Search...",
"navbar_end": ["search-field.html", "navbar-icon-links.html"],
"page_sidebar_items": ["postcard", "page-toc", "edit-this-page", "donate"],
Expand Down

0 comments on commit 29b2173

Please sign in to comment.