You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/23 21:48:08 UTC

[GitHub] [arrow] kou commented on a change in pull request #10146: MINOR: Update copyright year in docs

kou commented on a change in pull request #10146:
URL: https://github.com/apache/arrow/pull/10146#discussion_r619512014



##########
File path: docs/source/conf.py
##########
@@ -107,7 +108,9 @@
 
 # General information about the project.
 project = u'Apache Arrow'
-copyright = u'2016-2019 Apache Software Foundation'
+# Prevent oddities with a weird clock
+year = max(2021, datetime.datetime.now().year)

Review comment:
       Why do we need this?
   Can we assume that we ensure setting correct clock on machine that is used for generating documentations?
   
   If we hard-code `2021` here, we need to update this next year.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org