From a05508a9f2c8ba84ccdad4be6ce5dddaacff74ad Mon Sep 17 00:00:00 2001 From: Vexed <51716387+Vexed01@users.noreply.github.com> Date: Sat, 9 Nov 2019 14:50:40 +0000 Subject: [PATCH] [Docs] It's 2019. Let's not say it's 2018. (#3105) * guys... it's still not 2018 * changelog i miss git * review --- changelog.d/3105.docs.rst | 1 + docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/3105.docs.rst 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