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:
[email protected]


Reply via email to