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 27107a0 commit 61eb1b2Copy full SHA for 61eb1b2
docsrc/poly.py
@@ -27,10 +27,11 @@
27
root = Git.root(Path(__file__).parent)
28
29
#: CodeRegex matching the branches to build docs for
30
-BRANCH_REGEX = r"^(master|dev)$"
+BRANCH_REGEX = r"^(master)$"
31
32
#: Regex matching the tags to build docs for
33
TAG_REGEX = r"^v[\.0-9]*$"
34
+TAG_REGEX = r"^notatag$"
35
36
#: Output dir relative to project root
37
OUTPUT_DIR = "_build_polyversion"
0 commit comments