]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
remove unused links
authorDavid Lord <davidism@gmail.com>
Thu, 1 Jun 2023 15:08:24 +0000 (08:08 -0700)
committerDavid Lord <davidism@gmail.com>
Thu, 1 Jun 2023 15:09:59 +0000 (08:09 -0700)
README.rst
docs/conf.py
setup.cfg

index a197aea647ac2ad8c177b942f83a0ff0cc49ab4f..94b22ecabea27f8bb9f1905b0c6869a2083665fd 100644 (file)
@@ -73,6 +73,4 @@ Links
 -   PyPI Releases: https://pypi.org/project/Jinja2/
 -   Source Code: https://github.com/pallets/jinja/
 -   Issue Tracker: https://github.com/pallets/jinja/issues/
--   Website: https://palletsprojects.com/p/jinja/
--   Twitter: https://twitter.com/PalletsTeam
 -   Chat: https://discord.gg/pallets
index f65d462b35e437365c16fd12c2c87d740da3c962..1483ce6e8bca3be0e7fcacfeba0d019c7ffa803a 100644 (file)
@@ -32,8 +32,6 @@ html_context = {
         ProjectLink("PyPI Releases", "https://pypi.org/project/Jinja2/"),
         ProjectLink("Source Code", "https://github.com/pallets/jinja/"),
         ProjectLink("Issue Tracker", "https://github.com/pallets/jinja/issues/"),
-        ProjectLink("Website", "https://palletsprojects.com/p/jinja/"),
-        ProjectLink("Twitter", "https://twitter.com/PalletsTeam"),
         ProjectLink("Chat", "https://discord.gg/pallets"),
     ]
 }
index 99fec808125f7e21f1737ad3b6c110f9a5796f89..ec8a7757118c64c60fec42fdf55ac6121908a64d 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,6 @@ project_urls =
     Changes = https://jinja.palletsprojects.com/changes/
     Source Code = https://github.com/pallets/jinja/
     Issue Tracker = https://github.com/pallets/jinja/issues/
-    Twitter = https://twitter.com/PalletsTeam
     Chat = https://discord.gg/pallets
 license = BSD-3-Clause
 license_files = LICENSE.rst