From ee7ee98c8d8561cb61d4f4ab709101f7703995d3 Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Fri, 11 Aug 2023 14:21:38 +0100 Subject: [PATCH] Remove old unused Python 3.5 code path. --- test/common.py | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/test/common.py b/test/common.py index 4cee7b8d..6f70eb60 100644 --- a/test/common.py +++ b/test/common.py @@ -159,19 +159,12 @@ def html_footnotes(id_=RE_ID, text=RE_TEXT): def latex_citations(docname=RE_DOCNAME, id_=RE_ID, label=RE_LABEL, text=RE_TEXT): - if sphinx.version_info < (3, 5): - return re.compile( - r'\\bibitem\[(?P