Skip to content

Commit 30a1e4c

Browse files
committed
Fix syntax
1 parent 9a7afd3 commit 30a1e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
if et_version_docs.startswith("refs/tags/v"):
8686
version = ".".join(
8787
et_version_docs.split("/")[-1].split("-")[0].lstrip("v").split(".")[:2]
88+
)
8889
print(f"Version: {version}")
8990
html_title = " ".join((project, version, "documentation"))
9091

0 commit comments

Comments
 (0)