diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index f707d4d134..b7c58aea0d 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -54,7 +54,6 @@ /.idf_build_apps.toml @esp-idf-codeowners/ci /.idf_ci.toml @esp-idf-codeowners/ci /.pre-commit-config.yaml @esp-idf-codeowners/ci -/.readthedocs.yml @esp-idf-codeowners/docs /.vale.ini @esp-idf-codeowners/docs /CMakeLists.txt @esp-idf-codeowners/build-config /COMPATIBILITY*.md @esp-idf-codeowners/peripherals diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index ef05120b6d..0000000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,21 +0,0 @@ -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required -version: 2 - -# Optionally build your docs in additional formats such as PDF and ePub -formats: - - pdf - -# Optionally set the version of Python and requirements required to build your docs -python: - version: 2.7 - install: - - requirements: docs/requirements.txt - -# We need to list all the submodules included in documentation build by Doxygen -submodules: - include: - - components/mqtt/esp-mqtt diff --git a/docs/en/resources.rst b/docs/en/resources.rst index 88d58da500..e150c6d0f5 100644 --- a/docs/en/resources.rst +++ b/docs/en/resources.rst @@ -30,5 +30,3 @@ Useful Links * If you're interested in contributing to ESP-IDF, please check the :doc:`contribute/index`. * For additional {IDF_TARGET_NAME} product related information, please refer to `documentation `_ section of `Espressif `__ site. - -* `Download `_ latest and previous versions of this documentation in PDF and HTML format. diff --git a/docs/zh_CN/resources.rst b/docs/zh_CN/resources.rst index 6c9c3e9881..a951d0b32f 100644 --- a/docs/zh_CN/resources.rst +++ b/docs/zh_CN/resources.rst @@ -30,5 +30,3 @@ * 如果你有兴趣参与到 ESP-IDF 的开发, 请查阅 :doc:`contribute/index`。 * 关于 {IDF_TARGET_NAME} 的其它信息,请查看官网 `文档 `_ 版块。 - -* 关于本文档的 PDF 和 HTML 格式下载(最新版本和早期版本),请点击 `下载 `_。