From b35ff562c99f5278c115dccc9ebadf611ebfede1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 16 Nov 2017 13:13:21 -0500 Subject: [PATCH] show prev/next links Otherwise there is no obvious way to go back up to other sections --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 798b00f..65df416 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -128,6 +128,8 @@ html_theme = 'alabaster' # # html_theme_options = {} +html_theme_options = { 'show_related': True } + # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = []