From 01b7acba30a5967c25493f0dfa8651d477d01dc6 Mon Sep 17 00:00:00 2001 From: Anton Kostin Date: Tue, 17 Aug 2021 02:38:26 +0700 Subject: [PATCH] Update conf.py (#7174) --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 45237c853..c2ae46041 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -73,7 +73,7 @@ for mod_name in MOCK_MODULES: # General information about the project. project = u'xgboost' author = u'%s developers' % project -copyright = u'2020, %s' % author +copyright = u'2021, %s' % author github_doc_root = 'https://github.com/dmlc/xgboost/tree/master/doc/' os.environ['XGBOOST_BUILD_DOC'] = '1'