GenericMappingTools / pygmt

A Python interface for the Generic Mapping Tools.
https://www.pygmt.org
BSD 3-Clause "New" or "Revised" License
747 stars 216 forks source link

Remove the extra period from the copyright information in the footer #1152

Closed seisman closed 3 years ago

seisman commented 3 years ago

If you visit the PyGMT dev documentation (https://www.pygmt.org/dev/) and scroll down to the bottom, you will see there are two periods after "The PyGMT Developers" in the copyright (see the screenshot below):

image

One period is hard-coded in the sphinx_rtd_theme template (v0.5.1) and another one is from the copyright variable in the conf.py file.

We need to remove the extra period. The fix is very simple, just need to modify the conf.py file and remove the trailing period from the following line:

https://github.com/GenericMappingTools/pygmt/blob/0e64122f256337f253ed36595b84fe143e1935a9/doc/conf.py#L120

itsabhianant commented 3 years ago

Hi @seisman,

I have read the issue and also got how to fix it. I really want to fix this issue. Could you please assign this to me?

Best, Abhishek

seisman commented 3 years ago

@itsabhianant Great. Assigned to you.