]> granicus.if.org Git - esp-idf/commitdiff
docs: Remove building of zipped HTML docs from build process and consequently from...
authorkrzychb <krzychb@gazeta.pl>
Sat, 27 Jul 2019 23:16:47 +0000 (01:16 +0200)
committerkrzychb <krzychb@gazeta.pl>
Sat, 27 Jul 2019 23:16:47 +0000 (01:16 +0200)
.readthedocs.yml

index 988ce5c1d79b9e96a2edf58e57938831e0e7ce76..e08e6b5b37a3a0cf54dfa3258ff1a7d437f0d0a0 100644 (file)
@@ -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