Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Gratipay integration - gratipay has shut down #128

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions alabaster/donate.html

This file was deleted.

2 changes: 0 additions & 2 deletions alabaster/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ github_count = true
badge_branch = master
travis_button = false
codecov_button = false
gratipay_user =
gittip_user =
analytics_id =
touch_icon =
canonical_url =
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'navigation.html',
'relations.html',
'searchbox.html',
'donate.html',
]
}
html_theme_options = {
Expand Down
8 changes: 0 additions & 8 deletions docs/customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ Variables and feature toggles
string - used to display a `Codecov <https://codecov.io>`_ build status
button in the sidebar. If ``true``, uses your ``github_(user|repo)``
settings; defaults to ``false.``
* ``gratipay_user``: Set to your `Gratipay <https://gratipay.com>`_ username
if you want a Gratipay 'Donate' section in your sidebar.

* This used to be ``gittip_user`` before that service changed its name to
Gratipay; we've left the old setting in place as an alias for backwards
compatibility reasons. It may be removed in the future.
* If both options are given, ``gratipay_user`` wins.

* ``analytics_id``: Set to your `Google Analytics
<http://www.google.com/analytics/>`_ ID (e.g. ``UA-#######-##``) to enable
tracking.
Expand Down
7 changes: 3 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ The bare minimum required to install Alabaster is as follows:
'navigation.html',
'relations.html',
'searchbox.html',
'donate.html',
]
}

Expand All @@ -67,9 +66,9 @@ care much.
* See `the Sphinx docs
<http://sphinx-doc.org/config.html#confval-html_sidebars>`_ for details on
how this setting behaves.
* Alabaster provides ``about.html`` (logo, github button + blurb),
``donate.html`` (Gratipay blurb/button) and ``navigation.html`` (a more
flexible version of the builtin ``localtoc``/``globaltoc`` templates).
* Alabaster provides ``about.html`` (logo, github button + blurb) and
``navigation.html`` (a more flexible version of the builtin
``localtoc``/``globaltoc`` templates).
``searchbox.html`` comes with Sphinx itself.


Expand Down