Skip to content

Commit

Permalink
Remove datetime from release string
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartin-gh committed Nov 17, 2023
1 parent 8392e5b commit 7d81877
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs_input/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import datetime


# -- Project information -----------------------------------------------------
Expand All @@ -27,7 +26,7 @@ author = 'Nvidia'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = f'{datetime.datetime.now()}'
release = ''


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 7d81877

Please sign in to comment.