From 1907130ef297630bcf4b9b1e7ee7b2fd0ea17df8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 17 Oct 2015 04:27:34 -0400 Subject: [PATCH] Remove github buttons from documentation's theme. --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a1fecd168d..888aa39510 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -238,8 +238,7 @@ html_sidebars = { } html_theme_options = { 'description': mayan.__description__, - 'github_user': 'mayan-edms', - 'github_repo': 'mayan-edms', + 'github_button': False, 'travis_button': False, 'gratipay_user': 'rosarior', 'github_banner': False,