diff --git a/docs/conf.py b/docs/conf.py index 61dc485..e27637b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,6 +39,9 @@ # -- Options for HTML output ------------------------------------------------- html_theme = "pydata_sphinx_theme" +html_theme_options = { + "navigation_with_keys": False, +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,