Skip to content

Commit

Permalink
Merge pull request #710 from tnozicka/enable-building-v1.4-docs
Browse files Browse the repository at this point in the history
Enable building v1.4 docs
  • Loading branch information
zimnx committed Jul 19, 2021
2 parents 98d464b + 4229d15 commit 1011da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def setup(sphinx):
TAGS = []
smv_tag_whitelist = multiversion_regex_builder(TAGS)
# Whitelist pattern for branches (set to None to ignore all branches)
BRANCHES = ['master', 'v0.3', 'v1.0', 'v1.1', 'v1.2', 'v1.3']
BRANCHES = ['master', 'v0.3', 'v1.0', 'v1.1', 'v1.2', 'v1.3', 'v1.4']
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.
Expand Down

0 comments on commit 1011da0

Please sign in to comment.