Change build sourse for master

This commit is contained in:
Griatch 2020-11-14 13:38:06 +01:00
parent 4e07a79154
commit 4faa9ad4ce

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"^$"