]> granicus.if.org Git - esp-idf/blob - .readthedocs.yml
spi_flash: support working on differnt buses and frequency
[esp-idf] / .readthedocs.yml
1 # .readthedocs.yml
2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5 # Required
6 version: 2
7
8 # Optionally build your docs in additional formats such as PDF and ePub
9 formats:
10   - htmlzip
11   - pdf
12
13 # Optionally set the version of Python and requirements required to build your docs
14 python:
15   version: 2.7
16   install:
17     - requirements: docs/requirements.txt
18
19 # We need to list all the submodules included in documenation build by DOxygen
20 submodules: 
21   include:
22     - components/mqtt/esp-mqtt