From 8807fccc4df0f1a6101a8413167169dac7b4c6ef Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 5 Apr 2020 11:43:25 +0200 Subject: [PATCH] Don't include tags for multiversion docs --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1d3fbf8280..74c45852dd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -88,6 +88,7 @@ html_sidebars = { # sphinx-multiversion config +smv_tag_whitelist = None smv_branch_whitelist = r"^static-file-docs$" smv_outputdir_format = "versions" + sep + "{config.release}"