mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-25 08:26:52 +08:00
waf: Add a build date to the copyright.
This commit is contained in:
parent
9dd79f289c
commit
761b082f37
@ -2,6 +2,7 @@
|
|||||||
#sys.path.append(os.path.abspath('.'))
|
#sys.path.append(os.path.abspath('.'))
|
||||||
#sys.path.append(os.path.abspath('../../common/'))
|
#sys.path.append(os.path.abspath('../../common/'))
|
||||||
|
|
||||||
|
import datetime
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
@ -28,7 +29,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'RTEMS Documentation 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
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user