From ef506f0da610d224c065fdeae694acf6412b68f4 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 12 Jun 2020 22:04:01 +0200 Subject: [PATCH] Set branch whitelist --- docs/source/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c0293faad5..1329aeab95 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ copyright = '2020, The Evennia developer community' author = 'The Evennia developer community' # The full version, including alpha/beta/rc tags -release = '0.9' +release = '0.9.1' # -- General configuration --------------------------------------------------- @@ -140,7 +140,8 @@ html_theme = 'alabaster' # sphinx-multiversion config smv_tag_whitelist = r"^$" -smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$" +# smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$" +smv_branch_whitelist = r"^master$|^v1.0$" smv_outputdir_format = "versions" + sep + "{config.release}"