From d4f4f845d99dcb33f913b7a2bafe505ea5da4489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 26 Jun 2020 12:39:21 +0200 Subject: [PATCH] doc: note to self: look at the diff before commiting. --- doc/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 55a22eebd..7be0c4b5f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,9 +41,6 @@ VERSION_LABELS = True _magnum_colors_src = re.compile(r"""0x(?P[0-9a-f]{6})(?P[0-9a-f]{2})?(?P_s?rgba?f?)""") _magnum_colors_dst = r"""0x\g\g\g""" -#def _add_color_swatch(str): - #return - M_CODE_FILTERS_POST = { 'C++': lambda str: _magnum_colors_src.sub(_magnum_colors_dst, str) }