[docs] Automatically update copyright year in libc++.
authorMarek Kurdej <marek.kurdej+llvm.org@gmail.com>
Mon, 3 May 2021 16:46:13 +0000 (18:46 +0200)
committerMarek Kurdej <marek.kurdej+llvm.org@gmail.com>
Mon, 3 May 2021 16:46:13 +0000 (18:46 +0200)
libcxx/docs/conf.py

index 5516cdb..f3c904c 100644 (file)
@@ -41,7 +41,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'libc++'
-copyright = u'2011-2021, LLVM Project' % date.today().year
+copyright = u'2011-%d, LLVM Project' % date.today().year
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the