Skip to content

Commit

Permalink
Merge pull request #170 from wrapl/dev
Browse files Browse the repository at this point in the history
Updates.
  • Loading branch information
rajamukherji authored Nov 8, 2021
2 parents 4709027 + 533ca6b commit b522c5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,14 @@ def run(self):
html_theme = "pydata_sphinx_theme"
html_theme_options = {
"collapse_navigation": True,
"page_sidebar_items": []
"page_sidebar_items": [],
"icon_links": [{
"name": "GitHub",
"url": "https://github.com/wrapl/rabs",
"icon": "fab fa-github-square",
}]
}

html_sidebars = {
"**": ["search-field", "page-toc", "sidebar-nav-bs"]
}
Expand Down

0 comments on commit b522c5c

Please sign in to comment.