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 4dadb69 commit 33340c7Copy full SHA for 33340c7
docs/conf.py
@@ -102,7 +102,7 @@
102
release = version
103
104
# This assumes a tag is available for final releases
105
-branch = "master" if version.endswith("a") else "v" + version
+branch = "master" if version.endswith("a") or version.endswith("b") else "v" + version
106
107
# The language for content autogenerated by Sphinx. Refer to documentation
108
# for a list of supported languages.
0 commit comments