Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
350a4ff1
Unverified
Commit
350a4ff1
authored
Aug 19, 2024
by
Przemyslaw Tredak
Committed by
GitHub
Aug 19, 2024
Browse files
Remove the commit hash from the release documentation (#1118)
Signed-off-by:
Przemek Tredak
<
ptredak@nvidia.com
>
parent
481baecd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
docs/conf.py
docs/conf.py
+4
-1
No files found.
docs/conf.py
View file @
350a4ff1
...
@@ -47,7 +47,10 @@ if not git_sha:
...
@@ -47,7 +47,10 @@ if not git_sha:
git_sha
=
git_sha
[:
7
]
if
len
(
git_sha
)
>
7
else
git_sha
git_sha
=
git_sha
[:
7
]
if
len
(
git_sha
)
>
7
else
git_sha
version
=
str
(
te_version
+
"-"
+
git_sha
)
if
"dev"
in
te_version
:
version
=
str
(
te_version
+
"-"
+
git_sha
)
else
:
version
=
str
(
te_version
)
release
=
te_version
release
=
te_version
# hack: version is used for html creation, so put the version picker
# hack: version is used for html creation, so put the version picker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment