Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.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
7 version: 2
8
9 build:
10   os: ubuntu-20.04
11   tools:
12     python: "3.8"
13
14 python:
15   install:
16   - requirements: docs/requirements-docs.txt
17
18 sphinx:
19   configuration: docs/conf.py