From b83649e82968d8ec52a928e01df8e1ed54a5fd05 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Tue, 29 Oct 2024 21:02:14 +0500 Subject: [PATCH] chore: replace edX Inc with edX LLC --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8ac6aca..4120371 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,8 +90,8 @@ def get_version(*file_paths): # General information about the project. project = 'edx-arch-experiments' -copyright = f'{datetime.now().year}, edX Inc.' # pylint: disable=redefined-builtin -author ="edX Inc." +copyright = f'{datetime.now().year}, edX LLC.' # pylint: disable=redefined-builtin +author ="edX LLC." project_title = 'edx-arch-experiments' documentation_title = f"{project_title}"