feat(docs): navigate with left/right arrow keys (#10481)

* feat(docs): navigate with left/right arrow keys

* fix: add missing comma
This commit is contained in:
Jeff Yang 2021-03-03 22:47:12 +06:30 коммит произвёл GitHub
Родитель 2d2ed2cc18
Коммит 39f70a4058
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,8 @@ html_theme = 'sphinx_rtd_theme'
# documentation.
#
html_theme_options = {
'analytics_id': 'UA-83738774-2'
'analytics_id': 'UA-83738774-2',
'navigation_with_keys': True
}
# Add any paths that contain custom static files (such as style sheets) here,