diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 23:26:50 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 23:26:50 -0400 |
| commit | 0f57faba7007eede15a0207907c51cc954df5295 (patch) | |
| tree | 7c3e1716578922bbbcc76551439ca873534fb238 | |
| parent | 35f2e55308fc37647132cf350cfd131bcdba4023 (diff) | |
| download | python-requests-0f57faba7007eede15a0207907c51cc954df5295.tar.gz | |
fix github stars
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
