From 5046e528cc2ad369bd9e2b98d7f90a250ffd29c2 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 10 Jun 2024 07:50:26 -0400 Subject: [PATCH] docs: Update conf.py This plugin is not a part of the filters project. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cf8cd7d..3f54dfa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- from datetime import datetime -project = 'Open edX Filters' +project = 'Open edX' current_year = datetime.utcnow().year copyright = f"{current_year}, Open edX Community" author = 'Open edX Community'