Skip to content

Commit 9b25499

Browse files
authored
Update conf.py
1 parent df249c7 commit 9b25499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
TAGS = []
6464
smv_tag_whitelist = multiversion_regex_builder(TAGS)
6565
# Whitelist pattern for branches (set to None to ignore all branches)
66-
BRANCHES = ["branch-1.1"]
66+
BRANCHES = ["branch-1.1", "branch-1.0", "master"]
6767
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
6868
# Defines which version is considered to be the latest stable version.
6969
# Must be listed in smv_tag_whitelist or smv_branch_whitelist.

0 commit comments

Comments
 (0)