diff --git a/docs/source/conf.py b/docs/source/conf.py index 2350aff70f..9e098fd0b2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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}"