From 1031f77262e9c7236f67504a7783ef6ebf05c019 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Tue, 28 May 2019 20:09:08 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 569fae4c48..76f779bca7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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 -- 2.40.0