diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-10-18 13:34:15 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-10-18 13:34:15 -0700 |
commit | 22693a1e3519d9abad99265094c71376bcd9a639 (patch) | |
tree | 1d2bd526e2ec11934a7739cb9bbc54a5fc00e9cd | |
parent | bcd6b16173dab3bf670ae04876f38aaea0cc2dee (diff) | |
parent | 8c839bfeeab00be6702f9d9230c60a858c51f467 (diff) |
Merge branch '2.3' into 2.4
-rw-r--r-- | dev-requirements.txt | 2 | ||||
-rw-r--r-- | sites/shared_conf.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 8814627f..88df2794 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,7 +14,7 @@ coverage==3.7.1 codecov==1.6.3 # Documentation tools sphinx>=1.4,<1.7 -alabaster>=0.7,<2.0 +alabaster==0.7.12 releases>=1.5,<2.0 # Release tools semantic_version>=2.4,<2.5 diff --git a/sites/shared_conf.py b/sites/shared_conf.py index f4806cf1..7bb503ce 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -14,6 +14,7 @@ html_theme_options = { "github_repo": "paramiko", "analytics_id": "UA-18486793-2", "travis_button": True, + "tidelift_url": "https://tidelift.com/subscription/pkg/pypi-paramiko?utm_source=pypi-paramiko&utm_medium=referral&utm_campaign=docs", } html_sidebars = { "**": ["about.html", "navigation.html", "searchbox.html", "donate.html"] |