Skip to content

Commit

Permalink
docs: debug creating venv
Browse files Browse the repository at this point in the history
  • Loading branch information
vpratz committed Dec 17, 2024
1 parent 27107a0 commit 61eb1b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docsrc/poly.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
root = Git.root(Path(__file__).parent)

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

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

#: Output dir relative to project root
OUTPUT_DIR = "_build_polyversion"
Expand Down

0 comments on commit 61eb1b2

Please sign in to comment.