]> granicus.if.org Git - esp-idf/commitdiff
docs: Add mqtt submodule to RTD build configuration. Now any submodule included in...
authorKrzysztof <krzychb@gazeta.pl>
Tue, 28 May 2019 12:09:08 +0000 (20:09 +0800)
committerKrzysztof <krzychb@gazeta.pl>
Tue, 28 May 2019 12:11:21 +0000 (20:11 +0800)
.readthedocs.yml

index 569fae4c48feeb6eea2496970b19a29b98b15f5b..76f779bca7f34d340ff1d4803ae29d52dad080af 100644 (file)
@@ -14,4 +14,9 @@ formats:
 python:
   version: 2.7
   install:
-    - requirements: docs/requirements.txt
\ No newline at end of file
+    - requirements: docs/requirements.txt
+
+# We need to list all the submodules included in documenation build by DOxygen
+submodules: 
+  include:
+    - components/mqtt/esp-mqtt
\ No newline at end of file