From 52d1cc4554204bdc96592a3e68c2ff2980f5dc05 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 22 May 2020 00:38:29 +0200 Subject: [PATCH] Test versioning with a demo branch --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"