mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Set copyright year to current year at build time
This commit is contained in:
+2
-1
@@ -15,6 +15,7 @@
|
||||
|
||||
import sys
|
||||
import os
|
||||
import datetime
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
@@ -56,7 +57,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'RenderDoc'
|
||||
copyright = '2016, Baldur Karlsson'
|
||||
copyright = '{0}, Baldur Karlsson'.format(datetime.date.today().year)
|
||||
author = 'Baldur Karlsson'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
|
||||
Reference in New Issue
Block a user