diff --git a/changelog.d/3105.docs.rst b/changelog.d/3105.docs.rst new file mode 100644 index 000000000..b0882fbca --- /dev/null +++ b/changelog.d/3105.docs.rst @@ -0,0 +1 @@ +Update docs footer copyright to 2019. diff --git a/docs/conf.py b/docs/conf.py index f1f8b34bc..8aea2c5b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ master_doc = "index" # General information about the project. project = "Red - Discord Bot" -copyright = "2018, Cog Creators" +copyright = "2018-2019, Cog Creators" author = "Cog Creators" # The version info for the project you're documenting, acts as replacement for