From 0f57faba7007eede15a0207907c51cc954df5295 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 May 2017 23:26:50 -0400 Subject: [PATCH] fix github stars --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2771a102..b1c941e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -126,7 +126,7 @@ html_theme = 'alabaster' # documentation. html_theme_options = { 'show_powered_by': False, - 'github_user': 'kennethreitz', + 'github_user': 'requests', 'github_repo': 'requests', 'github_banner': True, 'show_related': False