summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-20 12:18:53 +1100
committerChris Johns <chrisj@rtems.org>2017-03-20 12:18:53 +1100
commitf97be09dafecd715906b8feaa57b176c8e9606d9 (patch)
tree9d33e77448d840260e0ece7906b751b69ccd3027 /common/conf.py
parentuser: Add tool commands to the user manual. (diff)
downloadrtems-docs-f97be09dafecd715906b8feaa57b176c8e9606d9.tar.bz2
Use a single top level version number.
Diffstat (limited to 'common/conf.py')
-rw-r--r--common/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/conf.py b/common/conf.py
index 03cfa44..0bb25a9 100644
--- a/common/conf.py
+++ b/common/conf.py
@@ -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.