From 084cc29a9709d4c72419eb0bd170edd60c33fa59 Mon Sep 17 00:00:00 2001 From: duyhpe <37737823+duyhpe@users.noreply.github.com> Date: Fri, 3 Sep 2021 10:23:52 +0700 Subject: [PATCH] Update conf.py --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 26ae74f940..57c0c80680 100644 --- a/conf.py +++ b/conf.py @@ -26,8 +26,8 @@ import patchlevel version, release = patchlevel.get_header_version_info(os.path.abspath('cpython/Doc')) -project = 'Python en Español' -copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y') +project = 'Tài liệu Python 3' +copyright = '2001-%s, Duy.HPe@gmail.com' % time.strftime('%Y') html_theme_path = ['cpython/Doc/tools'] templates_path = ['cpython/Doc/tools/templates']