diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-05 10:12:40 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-05 10:12:40 -0700 |
commit | 43c5cdaa3094c59718c8df69b1de834aee15485c (patch) | |
tree | 58fece86361d4f20e3daf9a180a4a725ba0ff3ca | |
parent | 5f73547aa5fa8f677f3d9064d2cd95b5979a3767 (diff) |
s/gittip/gratipay/
-rw-r--r-- | dev-requirements.txt | 2 | ||||
-rw-r--r-- | sites/shared_conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index a21a48ed..7a0ccbc5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,6 +4,6 @@ tox>=1.4,<1.5 invoke>=0.7.0,<0.8 invocations>=0.5.0 sphinx>=1.1.3 -alabaster>=0.4.0 +alabaster>=0.6.1 releases>=0.5.2 wheel==0.23.0 diff --git a/sites/shared_conf.py b/sites/shared_conf.py index 69908388..4a6a5c4e 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -12,7 +12,7 @@ html_theme_options = { 'description': "A Python implementation of SSHv2.", 'github_user': 'paramiko', 'github_repo': 'paramiko', - 'gittip_user': 'bitprophet', + 'gratipay_user': 'bitprophet', 'analytics_id': 'UA-18486793-2', 'travis_button': True, } |