docs: disable navigation with arrow keys

This commit is contained in:
Mridul Seth
2023-05-16 21:01:15 +04:00
committed by GitHub
parent af1511cc46
commit f0de1db607

View File

@@ -38,6 +38,7 @@ html_static_path = ["_static"]
# pydata_sphinx_theme reference: https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html
html_theme = "pydata_sphinx_theme"
html_theme_options = {
"navigation_with_keys": False,
"icon_links": [
{
"name": "GitHub",