From: Ɓukasz Langa Date: Thu, 20 Aug 2020 17:04:56 +0000 (+0200) Subject: Reformat docs/conf.py according to the new style X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/05cc7ede6a6e4f07e621fdd7a3541a5d39f6f156 Reformat docs/conf.py according to the new style --- 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"),