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 61eb1b2 commit fcb9836Copy full SHA for fcb9836
docsrc/poly.py
@@ -31,7 +31,7 @@
31
32
#: Regex matching the tags to build docs for
33
TAG_REGEX = r"^v[\.0-9]*$"
34
-TAG_REGEX = r"^notatag$"
+TAG_REGEX = r"^v1.1.6$"
35
36
#: Output dir relative to project root
37
OUTPUT_DIR = "_build_polyversion"
0 commit comments