[DMAAP-BC] Update RTD setup files
[dmaap/buscontroller.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 version: 2
6
7 build:
8   image: latest
9
10 python:
11   version: 3.7
12   install:
13     - requirements: docs/requirements-docs.txt
14
15 submodules:
16   include: all
17
18 sphinx:
19   configuration: docs/conf.py