From bfceede8adca0371dc957d05dcdf4c0e2f1e8d3d Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 1 Jun 2023 08:08:24 -0700 Subject: [PATCH] remove unused links --- README.rst | 2 -- docs/conf.py | 2 -- setup.cfg | 1 - 3 files changed, 5 deletions(-) diff --git a/README.rst b/README.rst index a197aea6..94b22eca 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index f65d462b..1483ce6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"), ] } diff --git a/setup.cfg b/setup.cfg index 99fec808..ec8a7757 100644 --- 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 -- 2.47.2