From 6592dbc29b4e4f76b544f523437cc88ac2943634 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 15 Jan 2016 18:57:40 -0500 Subject: [PATCH] github_banner --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index bcb8c006..a84469db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -108,6 +108,7 @@ html_theme_options = { 'show_powered_by': False, 'github_user': 'kennethreitz', 'github_repo': 'requests', + 'github_banner': True } # Add any paths that contain custom themes here, relative to this directory.