From 36bbaa0a1252cdd1d4fe4469c5e148d1aa5a9cdb Mon Sep 17 00:00:00 2001 From: Marcel Petrick Date: Fri, 16 Feb 2024 00:52:03 +0100 Subject: [PATCH] fix(docs): Updated .readthedocs.yml Minor typing error fix in .readthedocs.yml file. Closes https://github.com/espressif/esp-idf/pull/13191 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 64de8bb9d7..594f1ac15f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,7 +15,7 @@ python: install: - requirements: docs/requirements.txt -# We need to list all the submodules included in documenation build by DOxygen +# We need to list all the submodules included in documenation build by Doxygen submodules: include: - components/mqtt/esp-mqtt