[DMAAP-DR] Update RTD setup files
[dmaap/datarouter.git] / .readthedocs.yaml
1 ---
2 # .readthedocs.yml
3 # Read the Docs configuration file
4 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5 # Required
6 version: 2
7
8 build:
9   image: latest
10
11 python:
12   version: 3.7
13   install:
14     - requirements: docs/requirements-docs.txt
15
16 submodules:
17   include: all
18
19 sphinx:
20   configuration: docs/conf.py