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


##########
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:
   Good point .. the `\n` indeed doesn't do anything. 
   Updating sphinx is indeed something we should do, but from looking at that 
PR, the multiline copyright might not be exactly what we want here, because 
from the test added in that PR, it seems that it adds the `© Copyright ` to 
each line then, which we don't want 
(https://github.com/sphinx-doc/sphinx/pull/10983/files#diff-da24b355349b53e4c8047034767d008e4c2ce9ea6c8933a3acd50d0828f00528)



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