From 99f9d8958cac67e24b6bbb35a5fe688cb15e88e3 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 2 Sep 2018 15:52:13 +0200 Subject: Change watch to star GH widget in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index bad773be..7c600b48 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -149,7 +149,7 @@ html_theme_options = { 'github_repo': project.lower(), 'github_button': True, 'github_banner': True, - 'github_type': 'watch', + 'github_type': 'star', 'github_count': True, 'travis_button': True, 'codecov_button': True, -- cgit v1.2.1