summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst18
-rw-r--r--sites/shared_conf.py2
2 files changed, 19 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 804d8fdb..909c67a4 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,21 @@
+|version| |python| |license| |ci| |coverage|
+
+.. |version| image:: https://img.shields.io/pypi/v/paramiko
+ :target: https://pypi.org/project/paramiko/
+ :alt: PyPI - Package Version
+.. |python| image:: https://img.shields.io/pypi/pyversions/paramiko
+ :target: https://pypi.org/project/paramiko/
+ :alt: PyPI - Python Version
+.. |license| image:: https://img.shields.io/pypi/l/paramiko
+ :target: https://github.com/paramiko/paramiko/blob/main/LICENSE
+ :alt: PyPI - License
+.. |ci| image:: https://img.shields.io/circleci/build/github/paramiko/paramiko/main
+ :target: https://app.circleci.com/pipelines/github/paramiko/paramiko
+ :alt: CircleCI
+.. |coverage| image:: https://img.shields.io/codecov/c/gh/paramiko/paramiko
+ :target: https://app.codecov.io/gh/paramiko/paramiko
+ :alt: Codecov
+
Welcome to Paramiko!
====================
diff --git a/sites/shared_conf.py b/sites/shared_conf.py
index 7bb503ce..c406054c 100644
--- a/sites/shared_conf.py
+++ b/sites/shared_conf.py
@@ -13,7 +13,7 @@ html_theme_options = {
"github_user": "paramiko",
"github_repo": "paramiko",
"analytics_id": "UA-18486793-2",
- "travis_button": True,
+ "travis_button": False,
"tidelift_url": "https://tidelift.com/subscription/pkg/pypi-paramiko?utm_source=pypi-paramiko&utm_medium=referral&utm_campaign=docs",
}
html_sidebars = {