From 05cc7ede6a6e4f07e621fdd7a3541a5d39f6f156 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Thu, 20 Aug 2020 19:04:56 +0200 Subject: [PATCH] Reformat docs/conf.py according to the new style --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 575a140..9e6a9bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -209,7 +209,7 @@ for sp in "abcfr": version = version.split(sp)[0] custom_sections = [ - DocSection("the_black_code_style", CURRENT_DIR / "the_black_code_style.md",), + DocSection("the_black_code_style", CURRENT_DIR / "the_black_code_style.md"), DocSection("editor_integration", CURRENT_DIR / "editor_integration.md"), DocSection("blackd", CURRENT_DIR / "blackd.md"), DocSection("black_primer", CURRENT_DIR / "black_primer.md"), -- 2.39.2