[Task-ID: ODUHIGH-550] build.tools fix in I-release documentation
[o-du/l2.git] / .readthedocs.yaml
1 ---
2 version: 2
3
4 formats:
5   - htmlzip
6
7 build:
8   os : ubuntu-20.04
9   tools:
10     python: "3.7"
11   image: latest
12
13 python:
14   version: 3.7
15   install:
16     - requirements: docs/requirements-docs.txt
17
18 sphinx:
19   configuration: docs/conf.py