Skip to content

Commit fcb9836

Browse files
committed
docs: debug creating venv
1 parent 61eb1b2 commit fcb9836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/poly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#: Regex matching the tags to build docs for
3333
TAG_REGEX = r"^v[\.0-9]*$"
34-
TAG_REGEX = r"^notatag$"
34+
TAG_REGEX = r"^v1.1.6$"
3535

3636
#: Output dir relative to project root
3737
OUTPUT_DIR = "_build_polyversion"

0 commit comments

Comments
 (0)