From 3e09a5d6c8439a1e164f99c94254c1f38116a033 Mon Sep 17 00:00:00 2001 From: Guillaume Klein Date: Thu, 5 Apr 2018 12:52:17 +0200 Subject: [PATCH] Fix docs/conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 239d7312b..4626bfdd4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ napoleon_include_init_with_doc = True napoleon_include_special_with_doc = True -scv_whitelist_branches = (,) +scv_whitelist_branches = [] scv_sort = ("semver",) scv_greatest_tag = True