diff --git a/docs/source/conf.py b/docs/source/conf.py index 66cf0928d..46706aaad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -94,6 +94,11 @@ # of the sidebar. html_logo = "_static/aiidalab_logo.png" + +html_theme_options = { + "navigation_with_keys": True, +} + # -- Modifications for Readthedocs ----------------------------------------