Skip to content

Commit

Permalink
DOCS: fix python block in keyboard-shortcuts.md (#1032)
Browse files Browse the repository at this point in the history
This is a markdown file...
  • Loading branch information
njzjz authored Oct 23, 2022
1 parent 5133e4a commit e2f7170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ You can trigger the search bar pop-up with {guilabel}`ctrl`/{guilabel}`cmd` + {g
By default, you can move to the previous/next page using the {octicon}`arrow-left` and {octicon}`arrow-right` keys on a keyboard.
To disable this behavior, use the following configuration:

.. code-block:: python

```py
html_theme_options = {
"navigation_with_keys": False
"navigation_with_keys": False
}
```

0 comments on commit e2f7170

Please sign in to comment.