Keyboard shortcuts#

Change pages#

By default, you can move to the previous/next page using the and keys on a keyboard. To disable this behavior, use the following configuration:

html_theme_options = {
    "navigation_with_keys": False
}