Skip to content

Commit

Permalink
revert changes in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliezza committed Jan 10, 2024
1 parent c962bcb commit 5cc4086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)$"
3 changes: 1 addition & 2 deletions docs/zh/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)$"
Expand Down

0 comments on commit 5cc4086

Please sign in to comment.