summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-26 19:51:04 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-26 19:51:04 -0500
commit62e4c1d9ad8915aed693b12a26cc57e871c26117 (patch)
treea6acdefa2579734a8a7a6ee1479eaf454b6e2e81
parent9ef3ce697dd0ca38b420ceeb9388bc2a8f318524 (diff)
parentf8b9c426b4b3bd074ecfac71026af23a8a41b0dc (diff)
downloadpython-setuptools-git-62e4c1d9ad8915aed693b12a26cc57e871c26117.tar.gz
Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2
-rw-r--r--docs/_templates/indexsidebar.html4
-rw-r--r--docs/requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html
index b8c6148e..504de6b0 100644
--- a/docs/_templates/indexsidebar.html
+++ b/docs/_templates/indexsidebar.html
@@ -5,11 +5,11 @@
<h3>Questions? Suggestions? Contributions?</h3>
-<p>Visit the <a href="https://github.com/pypa/setuptools">Setuptools project page</a> </p>
+<p>Visit the <a href="{{ package_url }}">Project page</a> </p>
<h3 class="donation">Professional support</h3>
<p>
Professionally-supported {{ project }} is available with the
-<a href="https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme">Tidelift Subscription</a>.
+<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=readme">Tidelift Subscription</a>.
</p>
diff --git a/docs/requirements.txt b/docs/requirements.txt
index c6d594e8..bc27165b 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,5 +1,5 @@
sphinx!=1.8.0
rst.linker>=1.9
-jaraco.packaging>=3.2
+jaraco.packaging>=6.1
setuptools>=34