summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-10-18 13:34:15 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-10-18 13:34:15 -0700
commitd591ea7d74808db19041844e27cf9d5e183b417f (patch)
tree4cc952ed0a873a47826b123ddfdb9b0b7115b0fd
parentb65bb4e36d2f0551947b1f93284f9a9141287e1d (diff)
parentc7fde12782b40d7640dad8de4a8f616d13def111 (diff)
downloadparamiko-d591ea7d74808db19041844e27cf9d5e183b417f.tar.gz
Merge branch '2.1' into 2.2
-rw-r--r--dev-requirements.txt2
-rw-r--r--sites/shared_conf.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index c192f144..b4829cb3 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -12,7 +12,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 aaea43cc..4d6a7b27 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"]