From: Łukasz Langa Date: Mon, 26 Mar 2018 07:42:29 +0000 (-0700) Subject: The site is cleaner without the 'Related' cruft. X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/cbf010e0a208ccef9a498e3276cdf79b23a01440?ds=sidebyside;hp=--cc;pf=etc The site is cleaner without the 'Related' cruft. --- cbf010e0a208ccef9a498e3276cdf79b23a01440 diff --git a/docs/conf.py b/docs/conf.py index a851f98..19a161b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -106,7 +106,7 @@ html_sidebars = { } html_theme_options = { - 'show_related': True, + 'show_related': False, 'description': '“Any color you like.”', 'github_button': True, 'github_user': 'ambv',