[libcxx-commits] [libcxx] 40f7834 - [docs] Automatically update copyright year in libc++.

Marek Kurdej via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 3 09:46:24 PDT 2021


Author: Marek Kurdej
Date: 2021-05-03T18:46:13+02:00
New Revision: 40f783434b0b3bc69c90317a9b8d2e6fb6d95606

URL: https://github.com/llvm/llvm-project/commit/40f783434b0b3bc69c90317a9b8d2e6fb6d95606
DIFF: https://github.com/llvm/llvm-project/commit/40f783434b0b3bc69c90317a9b8d2e6fb6d95606.diff

LOG: [docs] Automatically update copyright year in libc++.

Added: 
    

Modified: 
    libcxx/docs/conf.py

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py
index 5516cdb2eeea..f3c904c8efcb 100644
--- a/libcxx/docs/conf.py
+++ b/libcxx/docs/conf.py
@@ -41,7 +41,7 @@
 
 # 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


        


More information about the libcxx-commits mailing list