Skip to content

Commit fc028d2

Browse files
committed
docs: build without dev to test storage constraints
1 parent 717c76e commit fc028d2

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
root = Git.root(Path(__file__).parent)
3232

3333
#: CodeRegex matching the branches to build docs for
34-
BRANCH_REGEX = r"^(master|dev)$"
34+
BRANCH_REGEX = r"^(master)$"
3535

3636
#: Regex matching the tags to build docs for
3737
TAG_REGEX = r"^v[\.0-9]*$"

0 commit comments

Comments
 (0)