From 8b8cac25c1b8abc90f7c199f7ebf680a71987100 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 14 Nov 2020 13:37:00 +0100 Subject: [PATCH] Change build sourse for master --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index dc5aafc838..01c7dc8ad6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,7 +53,7 @@ html_static_path = ["_static"] # which branches to include in multi-versioned docs # - master, develop and vX.X branches -smv_branch_whitelist = r"^master$|^develop$|^v[0-9\.]+?$" +smv_branch_whitelist = r"^develop$|^v[0-9\.]+?$" smv_outputdir_format = "{config.release}" # don't make docs for tags smv_tag_whitelist = r"^$"