summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-10-30 12:35:26 +1100
committerChris Johns <chrisj@rtems.org>2016-10-30 12:36:30 +1100
commit761b082f37a068e3eca4843f604101f265620448 (patch)
tree743232dfe5fec867010aaf32c092b4c22f2e22bc
parentwaf: Formatting. (diff)
downloadrtems-docs-761b082f37a068e3eca4843f604101f265620448.tar.bz2
waf: Add a build date to the copyright.
Diffstat (limited to '')
-rw-r--r--common/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/conf.py b/common/conf.py
index b39de19..237d4c8 100644
--- a/common/conf.py
+++ b/common/conf.py
@@ -2,6 +2,7 @@
#sys.path.append(os.path.abspath('.'))
#sys.path.append(os.path.abspath('../../common/'))
+import datetime
extensions = [
"sphinx.ext.autodoc",
@@ -28,7 +29,7 @@ master_doc = 'index'
# General information about the project.
project = u'RTEMS Documentation Project'
-copyright = u'2016, RTEMS Project'
+copyright = u'2016, RTEMS Projecti (built %s)' % (datetime.date.today().strftime('%d %b %Y'))
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the