From fc2402f3c25d3d714ae7c8a36dd47cf6b1b19d45 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 16 Dec 2020 15:06:02 -0500 Subject: [PATCH] DOC: remove reference to 2.2.x branches from list of active branches They are no longer a going concern. --- doc/devel/coding_guide.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/devel/coding_guide.rst b/doc/devel/coding_guide.rst index cced9549aaf3..0679d1451207 100644 --- a/doc/devel/coding_guide.rst +++ b/doc/devel/coding_guide.rst @@ -265,13 +265,6 @@ The current active branches are Documentation for the current release. On a patch release, this will be replaced by a properly named branch for the new release. -*v2.2.x* - Maintenance branch for Matplotlib 2.2 LTS. Supports Python 2.7, 3.4+. - -*v2.2.N-doc* - Documentation for the current release. On a patch release, this will be - replaced by a properly named branch for the new release. - .. _pr-branch-selection: