andrewmusselman commented on a change in pull request #7360: SUPERSET-8: Update text in docs copyright footer URL: https://github.com/apache/incubator-superset/pull/7360#discussion_r278270695
########## File path: docs/conf.py ########## @@ -194,7 +194,7 @@ html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -html_show_copyright = True +html_show_copyright = False Review comment: This line, when set to "True", was wrapping another copyright symbol and period around the text in line 68, so I believe setting it to "False" removes that. ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
