diff --git a/docs/en/conf.py b/docs/en/conf.py index 1bd7f8812f..aca922afec 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py @@ -13,7 +13,7 @@ from conf_common import * # noqa: F401, F403 - need to make available everythin # General information about the project. project = u'ESP-IDF Programming Guide' -copyright = u'2016 - 2019, Espressif Systems (Shanghai) CO., LTD' +copyright = u'2016 - 2020, Espressif Systems (Shanghai) CO., LTD' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/zh_CN/conf.py b/docs/zh_CN/conf.py index dd4b2cd8c8..3eba509d3c 100644 --- a/docs/zh_CN/conf.py +++ b/docs/zh_CN/conf.py @@ -13,7 +13,7 @@ from conf_common import * # noqa: F401, F403 - need to make available everythin # General information about the project. project = u'ESP-IDF 编程指南' -copyright = u'2016 - 2019 乐鑫信息科技(上海)股份有限公司' +copyright = u'2016 - 2020 乐鑫信息科技(上海)股份有限公司' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.