sphinx-contrib/multiversion

'NoneType' warning for smv_tag_whitelist

Opened this issue · 1 comments

Setting smv_tag_whitelist to None as per the documentation suggestion to ignore all tags (set to None to ignore all tags) causes the following warning:

WARNING: The config value `smv_tag_whitelist' has type `NoneType', defaults to `str'.

As a workaround, I found setting smv_branch_whitelist to a regex that should never match (like a^) is sufficient and removes the warning.