Change build sourse for master

This commit is contained in:
Griatch 2020-11-14 13:37:00 +01:00
parent 1ada2fe505
commit 8b8cac25c1

View file

@ -53,7 +53,7 @@ html_static_path = ["_static"]
# which branches to include in multi-versioned docs
# - master, develop and vX.X branches
smv_branch_whitelist = r"^master$|^develop$|^v[0-9\.]+?$"
smv_branch_whitelist = r"^develop$|^v[0-9\.]+?$"
smv_outputdir_format = "{config.release}"
# don't make docs for tags
smv_tag_whitelist = r"^$"