We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eea3ac commit 38b13f9Copy full SHA for 38b13f9
docs/source/conf.py
@@ -102,7 +102,7 @@
102
napoleon_google_docstring = False
103
104
# Whitelist pattern for tags (set to None to ignore all tags)
105
-smv_tag_whitelist = r"^.*$"
+smv_tag_whitelist = r"^v[0-9]+\.[0-9]+\.[0-9]+$"
106
# Whitelist pattern for branches (set to None to ignore all branches)
107
smv_branch_whitelist = r"^master$"
108
# Whitelist pattern for remotes (set to None to use local branches only)
0 commit comments