aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-26 12:47:05 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-26 12:47:05 -0500
commitf8b9c426b4b3bd074ecfac71026af23a8a41b0dc (patch)
treeb77b9ede8ece0d46087aef4f3e06011c8fcc2d46 /docs
parent590919d07a3036db09a3918b73ce3c8f91b84a7c (diff)
downloadexternal_python_setuptools-f8b9c426b4b3bd074ecfac71026af23a8a41b0dc.tar.gz
external_python_setuptools-f8b9c426b4b3bd074ecfac71026af23a8a41b0dc.tar.bz2
external_python_setuptools-f8b9c426b4b3bd074ecfac71026af23a8a41b0dc.zip
Make the project page link generic
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/indexsidebar.html2
-rw-r--r--docs/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html
index 687cd2c9..504de6b0 100644
--- a/docs/_templates/indexsidebar.html
+++ b/docs/_templates/indexsidebar.html
@@ -5,7 +5,7 @@
<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>
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