From a869c9825af37f0dc1ec5823892ceb731496ff8c Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Mon, 5 Dec 2022 12:32:21 -0700 Subject: [PATCH] add 032x branch to whitelist for multiversion build (#213) --- site/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/conf.py b/site/source/conf.py index 3f5c092..8cf84e9 100644 --- a/site/source/conf.py +++ b/site/source/conf.py @@ -70,7 +70,7 @@ notfound_template = "404.html" TAGS = [] smv_tag_whitelist = multiversion_regex_builder(TAGS) # Whitelist pattern for branches (set to None to ignore all branches) -BRANCHES = ["0.2.x", "0.3.1.x", "master"] +BRANCHES = ["0.2.x", "0.3.1.x", "0.3.2.x", "master"] smv_branch_whitelist = multiversion_regex_builder(BRANCHES) # Defines which version is considered to be the latest stable version. # Must be listed in smv_tag_whitelist or smv_branch_whitelist.