From b8ea32286c947938943472e3b1999cb4f939f215 Mon Sep 17 00:00:00 2001 From: Chaitanya Rahalkar Date: Thu, 14 Nov 2024 09:02:05 +0530 Subject: [PATCH] Removed the django-users and django-developers mailing list from the rst epilog --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9289e821fa..3fdc5ca2a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -279,8 +279,6 @@ modindex_common_prefix = ["django."] # Appended to every page rst_epilog = """ -.. |django-users| replace:: :ref:`django-users ` -.. |django-developers| replace:: :ref:`django-developers ` .. |django-announce| replace:: :ref:`django-announce ` .. |django-updates| replace:: :ref:`django-updates ` """ # NOQA