Test versioning with a demo branch

This commit is contained in:
Griatch 2020-05-22 00:38:29 +02:00
parent 2714f220f9
commit 52d1cc4554

View file

@ -141,7 +141,7 @@ html_theme = 'alabaster'
# sphinx-multiversion config
smv_tag_whitelist = r"^$"
smv_branch_whitelist = r"^static-file-docs$"
smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$"
smv_outputdir_format = "versions" + sep + "{config.release}"