Skip to content

Commit 38b13f9

Browse files
committed
Add tag filtering for sphinx-multiversion config as well.
1 parent 0eea3ac commit 38b13f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
napoleon_google_docstring = False
103103

104104
# Whitelist pattern for tags (set to None to ignore all tags)
105-
smv_tag_whitelist = r"^.*$"
105+
smv_tag_whitelist = r"^v[0-9]+\.[0-9]+\.[0-9]+$"
106106
# Whitelist pattern for branches (set to None to ignore all branches)
107107
smv_branch_whitelist = r"^master$"
108108
# Whitelist pattern for remotes (set to None to use local branches only)

0 commit comments

Comments
 (0)