Merge "Upgrade E2Mgr spec to version 2.0.5 of 2019-09-11"
[portal/ric-dashboard.git] / .readthedocs.yaml
1 ---
2 # pip requirements file for building sphinx docs (e.g. nbsphinx)
3 version: 2
4
5 sphinx:
6     configuration: docs/conf.py
7
8 # Use python 3 for building
9 python:
10     version: 3.6
11     install:
12         - requirements: docs/requirements-docs.txt