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 f9aa51c commit 2e1a750Copy full SHA for 2e1a750
docs/source/conf.py
@@ -86,6 +86,8 @@
86
version = ".".join(
87
et_version_docs.split("/")[-1].split("-")[0].lstrip("v").split(".")[:2]
88
)
89
+ elif et_version_docs.startswith("refs/heads/release/"):
90
+ version = et_version_docs.split("/")[-1]
91
print(f"Version: {version}")
92
html_title = " ".join((project, version, "documentation"))
93
0 commit comments