add github banner

This commit is contained in:
2016-01-15 18:44:56 -05:00
parent 07d8c28a75
commit f9d5cbe5b5
+3 -1
View File
@@ -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.