diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-01 09:44:24 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-01 09:44:24 -0500 |
| commit | f8a6f27b42078292fa8624d294558ffcf884c7cd (patch) | |
| tree | e92ed09959918ccb4803f3b7d58bb12b43f9c04f /docs/_templates/indexsidebar.html | |
| parent | 6f46a4b703d4db225e96bb871e1bf6a7c3597329 (diff) | |
| parent | 812b83c9b4c6134c559f8609b69bca37d7c1204d (diff) | |
| download | external_python_setuptools-f8a6f27b42078292fa8624d294558ffcf884c7cd.tar.gz external_python_setuptools-f8a6f27b42078292fa8624d294558ffcf884c7cd.tar.bz2 external_python_setuptools-f8a6f27b42078292fa8624d294558ffcf884c7cd.zip | |
Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg
Diffstat (limited to 'docs/_templates/indexsidebar.html')
| -rw-r--r-- | docs/_templates/indexsidebar.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html index 504de6b0..d803b8a3 100644 --- a/docs/_templates/indexsidebar.html +++ b/docs/_templates/indexsidebar.html @@ -1,3 +1,10 @@ +<h3 class="donation">For Enterprise</h3> + +<p> +Professionally-supported {{ project }} is available with the +<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=referral">Tidelift Subscription</a>. +</p> + <h3>Download</h3> <p>Current version: <b>{{ version }}</b></p> @@ -6,10 +13,3 @@ <h3>Questions? Suggestions? Contributions?</h3> <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-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=readme">Tidelift Subscription</a>. -</p> |
