]> granicus.if.org Git - esp-idf/commitdiff
docs: Add mqtt submodule to RTD build configuration. Now any submodule included in...
authorKrzysztof <krzychb@gazeta.pl>
Wed, 19 Jun 2019 08:05:03 +0000 (16:05 +0800)
committerKrzysztof <krzychb@gazeta.pl>
Wed, 19 Jun 2019 08:05:03 +0000 (16:05 +0800)
.readthedocs.yml [new file with mode: 0644]

diff --git a/ .readthedocs.yml b/ .readthedocs.yml
new file mode 100644 (file)
index 0000000..988ce5c
--- /dev/null
@@ -0,0 +1,22 @@
+# .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:
+  - htmlzip
+  - 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 documenation build by Doxygen
+submodules: 
+  include:
+    - components/mqtt/esp-mqtt
\ No newline at end of file