From f9d5cbe5b56227d61709cb1309d6152f90df24e8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 15 Jan 2016 18:44:56 -0500 Subject: [PATCH] add github banner --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 07a8eb86..bcb8c006 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -105,7 +105,9 @@ html_theme = 'default' # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - 'show_powered_by': False + 'show_powered_by': False, + 'github_user': 'kennethreitz', + 'github_repo': 'requests', } # Add any paths that contain custom themes here, relative to this directory.