Skip to content

Commit 61eb1b2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docsrc/poly.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
root = Git.root(Path(__file__).parent)
2828

2929
#: CodeRegex matching the branches to build docs for
30-
BRANCH_REGEX = r"^(master|dev)$"
30+
BRANCH_REGEX = r"^(master)$"
3131

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

3536
#: Output dir relative to project root
3637
OUTPUT_DIR = "_build_polyversion"

0 commit comments

Comments
 (0)