diff --git a/doc/source/conf.py b/doc/source/conf.py index 7c0d587515..1120bfca00 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -96,7 +96,9 @@ pygments_style = 'sphinx' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -#html_theme_options = {} +html_theme_options = { + 'show_related': True +} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = []