diff --git a/ .readthedocs.yml b/ .readthedocs.yml index 6c021be08..988ce5c1d 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