mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 17:08:13 +08:00
Use a single top level version number.
This commit is contained in:
@@ -6,7 +6,7 @@ import datetime
|
||||
|
||||
def build_date():
|
||||
now = datetime.date.today()
|
||||
m = now.strftime('%b')
|
||||
m = now.strftime('%B')
|
||||
y = now.strftime('%Y')
|
||||
if now.day == 11:
|
||||
s = 'th'
|
||||
@@ -58,10 +58,10 @@ copyright = u'2016, RTEMS Project (built %s)' % (build_date())
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '@VERSION@'
|
||||
#version = '@VERSION@'
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '@RELEASE@'
|
||||
#release = '@RELEASE@'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Reference in New Issue
Block a user