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'