use the current date to get the copyright
Change-Id: Ia01a3f23105ca97f327de2d8249ea9ae8c67189b
This commit is contained in:
parent
435a3e6fc7
commit
54d8e92549
@ -12,6 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import datetime
|
||||
import os
|
||||
import sys
|
||||
|
||||
@ -51,7 +52,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'oslo-specs'
|
||||
copyright = u'2013, OpenStack Foundation'
|
||||
copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
|
||||
|
||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||
add_function_parentheses = True
|
||||
|
Loading…
Reference in New Issue
Block a user