From f8b9c426b4b3bd074ecfac71026af23a8a41b0dc Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 26 Jan 2019 12:47:05 -0500 Subject: Make the project page link generic --- docs/_templates/indexsidebar.html | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 @@

Questions? Suggestions? Contributions?

-

Visit the Setuptools project page

+

Visit the Project page

Professional support

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 -- cgit v1.2.3