summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-20 11:42:56 +1100
committerChris Johns <chrisj@rtems.org>2017-03-20 11:42:56 +1100
commit81276042d235328168d75c6a736a9882244e8286 (patch)
treeb6d439bfb592c557fc788f8a88bbb52ddbd2343d /common/conf.py
parentwaf: Put back the 4.11 branch version. (diff)
downloadrtems-docs-81276042d235328168d75c6a736a9882244e8286.tar.bz2
Use a single top level version number.
Fix the path in the catalogue links to allow prefix testing on a local disk. Close #2940.
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 c4531b9..ca67cb3 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 % 10 == 1:
s = 'st'
@@ -51,10 +51,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.