Skip to content

Commit

Permalink
docs: add html_theme_options
Browse files Browse the repository at this point in the history
Add edit button to docs and a link to the GitHub repo
  • Loading branch information
bendichter authored Mar 10, 2024
1 parent e5156f4 commit 32dd5be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@
}
add_module_names = False

html_theme_options = {
"use_edit_page_button": True,
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/catalystneuro/neuroconv",
"icon": "fa-brands fa-github",
"type": "fontawesome",
},
],
}


def _correct_signatures(app, what, name, obj, options, signature, return_annotation):
if what == "class":
Expand Down

0 comments on commit 32dd5be

Please sign in to comment.