From 1a7caaa506c4499dadcac2875359325548de0728 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Fri, 7 Oct 2022 19:36:56 -0600 Subject: [PATCH] enable version for 0.3.1.x --- 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 e56e219..86efba5 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", "master"] +BRANCHES = ["0.2.x", "0.3.1.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.