X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/37a0020e073555ffe0921ec1356a27610aadcca4..2fc1dfca96c5fbbb7c2e13df93d1cde1ea74a40b:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 575a1401..9e6a9bca 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"),