From 2e6961785479ab5cf3a3b9474f86436eee65998d Mon Sep 17 00:00:00 2001 From: Anuj Sinha Date: Wed, 25 Oct 2023 16:41:56 -0700 Subject: [PATCH] refactor: fix data sphinx error --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index d111af0b..8a898776 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,6 +89,7 @@ html_theme_options = { 'logo_only': False, 'display_version': True, + 'navigation_with_keys': True, } #html_theme = 'alabaster'