Skip to content

Commit

Permalink
Modified logo_link to work with latest theme version (#6209)
Browse files Browse the repository at this point in the history
* modified logo_link to work with new sphinx schema

* Make black happy

Co-authored-by: Michael Osthege <michael.osthege@outlook.com>
  • Loading branch information
hdnl and michaelosthege authored Oct 13, 2022
1 parent 04006e0 commit 78c4b21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ def setup(app):
"icon": "fab fa-discourse",
},
],
"logo_link": "https://www.pymc.io",
"logo": {
"link": "https://www.pymc.io",
},
"show_prev_next": False,
"navbar_start": ["navbar-logo", "navbar-version"],
"navbar_end": ["navbar-icon-links.html"],
Expand Down

0 comments on commit 78c4b21

Please sign in to comment.