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.