From: krzychb Date: Sat, 27 Jul 2019 23:16:47 +0000 (+0200) Subject: docs: Remove building of zipped HTML docs from build process and consequently from... X-Git-Tag: v3.3-rc~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21e2c417e8d32484240ba686adb1faca4eb0baf6;p=esp-idf docs: Remove building of zipped HTML docs from build process and consequently from Downloads as many users don't use that. We are still providing PDF documentation for people who prefer viewing docs off-line. Removal of this build step is expected to save almost 10 minutes of build time and resolve issue of build failures because of hitting 40 min build time limit on Read The Docs. --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 988ce5c1d7..e08e6b5b37 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,6 @@ version: 2 # Optionally build your docs in additional formats such as PDF and ePub formats: - - htmlzip - pdf # Optionally set the version of Python and requirements required to build your docs @@ -16,7 +15,7 @@ python: install: - requirements: docs/requirements.txt -# We need to list all the submodules included in documenation build by Doxygen +# We need to list all the submodules included in documentation build by Doxygen submodules: include: - components/mqtt/esp-mqtt \ No newline at end of file