The site is cleaner without the 'Related' cruft.

This commit is contained in:
Łukasz Langa 2018-03-26 00:42:29 -07:00
parent 1f18cd2ba5
commit cbf010e0a2

View File

@ -106,7 +106,7 @@ def get_version():
}
html_theme_options = {
'show_related': True,
'show_related': False,
'description': '“Any color you like.”',
'github_button': True,
'github_user': 'ambv',