Skip to content

Commit

Permalink
Remove edit on github button with furo theme (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed May 19, 2023
1 parent a09343d commit 14d041e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/_templates/breadcrumbs.html

This file was deleted.

1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def patched_parse(self):
html_theme = "furo"

html_theme_options = {
"top_of_page_button": None,
# "sidebar_hide_name": True,
}

Expand Down

0 comments on commit 14d041e

Please sign in to comment.