Skip to content

Commit 33340c7

Browse files
authored
Fix docs to support beta detection
1 parent 4dadb69 commit 33340c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
release = version
103103

104104
# This assumes a tag is available for final releases
105-
branch = "master" if version.endswith("a") else "v" + version
105+
branch = "master" if version.endswith("a") or version.endswith("b") else "v" + version
106106

107107
# The language for content autogenerated by Sphinx. Refer to documentation
108108
# for a list of supported languages.

0 commit comments

Comments
 (0)