jorisvandenbossche commented on code in PR #39505:
URL: https://github.com/apache/arrow/pull/39505#discussion_r1447128194


##########
docs/source/conf.py:
##########
@@ -201,7 +201,12 @@
 
 # General information about the project.
 project = u'Apache Arrow'
-copyright = f'2016-{datetime.datetime.now().year} Apache Software Foundation'
+copyright = (
+    f"2016-{datetime.datetime.now().year} Apache Software Foundation.\n"

Review Comment:
   It's a bit annoying that the layout is not looking good with this long 
copyright text, but I am afraid that this is only something that can be fixed 
in the theme (or we could override the footer block in our layout). 
   
   Also on mobile it doesn't look good, but that's again an issue with the 
upstream theme as well.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to