Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dan5py committed Dec 16, 2022
1 parent f639a4e commit 458d2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
html_logo = "_static/logo.svg"
html_favicon = "_static/favicon.ico"

html_show_sphinx = False
html_theme_options = {
"sidebar_hide_name": True,
}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started/removelisteners.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Removing events
==========================

Sometime you might need to remove a registered event. This can be done in two ways.
Sometimes you might need to remove a registered event. This can be done in two ways.


Removing all callbacks of a specific event name
Expand Down

0 comments on commit 458d2db

Please sign in to comment.