From b91864fb01b478299079ec2bdf1c705227208430 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 5 Apr 2020 12:34:14 +0200 Subject: [PATCH] Exclude tags --- 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 e573521016..98ce0d3ec4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -88,7 +88,7 @@ html_sidebars = { # sphinx-multiversion config -smv_tag_whitelist = r"" +smv_tag_whitelist = r"^$" smv_branch_whitelist = r"^static-file-docs$" smv_outputdir_format = "versions" + sep + "{config.release}"