From 16586524e9fc893e553e6573fe288e040a9fd461 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Wed, 19 Jun 2019 15:58:13 +0800 Subject: [PATCH] docs: Add mqtt submodule to RTD build configuration. Now any submodule included in documentation build by Doxygen should be included in this file --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ .readthedocs.yml b/ .readthedocs.yml index 6c021be087..988ce5c1d7 100644 --- a/ .readthedocs.yml +++ b/ .readthedocs.yml @@ -15,3 +15,8 @@ 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