diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-09-02 15:52:13 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-09-02 15:52:42 +0200 |
commit | 99f9d8958cac67e24b6bbb35a5fe688cb15e88e3 (patch) | |
tree | 9b9b7abea342c82d3a0e2415613d4a01941dee56 /docs/conf.py | |
parent | a08f4d15b5732f5252c38b18b5b53a9c71705dc6 (diff) | |
download | cherrypy-git-99f9d8958cac67e24b6bbb35a5fe688cb15e88e3.tar.gz |
Change watch to star GH widget in docs
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |