From 5cc4086ee63944e74e1d67af1f9da265af218478 Mon Sep 17 00:00:00 2001 From: Siqi Wang Date: Wed, 10 Jan 2024 20:31:59 +0800 Subject: [PATCH] revert changes in conf.py --- docs/en/conf.py | 3 +-- docs/zh/conf.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/en/conf.py b/docs/en/conf.py index 3661ee550c1..ea10bd8f84e 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py @@ -136,8 +136,7 @@ # Whitelist pattern for branches (set to None to ignore all branches) # include branch that is main or v{X}.{Y} -#smv_branch_whitelist = r"^(main|v\d+\.\d+)$" -smv_branch_whitelist = r"^(docs_update_sidebar)$" +smv_branch_whitelist = r"^(main|v\d+\.\d+)$" # allow remote origin or upstream smv_remote_whitelist = r"^(origin|upstream)$" diff --git a/docs/zh/conf.py b/docs/zh/conf.py index da1ce5da714..8ca7f901e86 100644 --- a/docs/zh/conf.py +++ b/docs/zh/conf.py @@ -141,8 +141,7 @@ # Whitelist pattern for branches (set to None to ignore all branches) # include branch that is main or v{X}.{Y} -# smv_branch_whitelist = r"^(main|v\d+\.\d+)$" -smv_branch_whitelist = r"^(docs_update_sidebar)$" +smv_branch_whitelist = r"^(main|v\d+\.\d+)$" # allow remote origin or upstream smv_remote_whitelist = r"^(origin|upstream)$"