From 865f04717afdcfafb61b1f419a0a1c5e137e2573 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 14 Aug 2018 12:29:27 +0200 Subject: [PATCH] Removes donation menu --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5b37c95..7665321 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,8 +134,6 @@ html_theme_options = { 'logo': 'logo.png', 'github_user': 'Koed00', 'github_repo': 'django-q', - 'gittip_user': 'koed00', - 'gratipay_user': 'koed00', 'github_banner': True, 'travis_button': True, 'analytics_id': 'UA-64807059-1' @@ -146,7 +144,6 @@ html_sidebars = { 'navigation.html', 'relations.html', 'searchbox.html', - 'donate.html', ] } # Add any paths that contain custom themes here, relative to this directory.