From 9292e5778602d83f4e6434de772669f2129680cc Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 2 Nov 2020 18:06:02 -0800 Subject: [PATCH] doc: bring back prev/next buttons Some ACRN docs (in particular the HLD) has content nested more than the 4 levels shown in the sidebar navigation. So when looking at those documents, it's hard to get to next chapter. Bring back the previous/next links to fix this situation. Signed-off-by: David B. Kinder --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 9b478a9db..14a21f270 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -166,7 +166,7 @@ else: 'analytics_id': '', 'logo_only': False, 'display_version': True, - 'prev_next_buttons_location': 'None', + #'prev_next_buttons_location': 'None', # Toc options 'collapse_navigation': False, 'sticky_navigation': True,