diff --git a/doc/conf.py b/doc/conf.py index 7c699f5de..5c013819f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,3 +62,4 @@ html_theme = "sphinx_book_theme" html_static_path = ["_static"] html_logo = "_static/logo.png" +html_theme_options = {'navigation_with_keys': False}