From a990a657c4ae1cda84a9a3a137821c3d26f1ec92 Mon Sep 17 00:00:00 2001 From: Alex Kuzmenko Date: Wed, 25 Jan 2017 00:51:02 +0200 Subject: [PATCH] Add some labels --- README.rst | 2 ++ docs/conf.py | 1 + 2 files changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 9cc9069..531aa28 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,8 @@ aiohttp_security :target: https://travis-ci.org/aio-libs/aiohttp-security .. image:: https://codecov.io/github/aio-libs/aiohttp-security/coverage.svg?branch=master :target: https://codecov.io/github/aio-libs/aiohttp-security +.. image:: https://readthedocs.org/projects/aiohttp-security/badge/?version=latest + :target: https://aiohttp-security.readthedocs.io/ The library provides identity and autorization for `aiohttp.web`__. diff --git a/docs/conf.py b/docs/conf.py index dfa2c1b..e8ae0a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -144,6 +144,7 @@ html_theme_options = { 'github_user': 'aio-libs', 'github_repo': 'aiohttp-security', 'github_button': True, + 'github_type': 'star', 'github_banner': True, 'travis_button': True, 'codecov_button': True,