Skip to content

Commit

Permalink
Added github icon link (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
chun9l authored May 28, 2024
1 parent 641ee29 commit e03bf2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
html[data-theme="light"] {
/*****************************************************************************
* Change colour to palatinate
* Change font colour to palatinate
*/
--pst-color-primary: rgb(104 36 109);
--pst-color-secondary: rgb(104 36 109);
Expand Down
9 changes: 8 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@
html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'] }
html_theme_options = {
"check_switcher" : False,
"pygment_light_style": "github-light-high-contrast"
"pygment_light_style": "github-light-high-contrast",
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/UM-Bridge",
"icon": "fa-brands fa-github",
},
],
}
html_context = {
"default_mode": "light"
Expand Down

0 comments on commit e03bf2f

Please sign in to comment.