Lighty support Silicon migration
[transportpce.git] / .readthedocs.yml
1 # .readthedocs.yml
2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5 # Required
6 version: 2
7
8 sphinx:
9     configuration: docs/conf.py
10
11 python:
12     version: 3.7
13     install:
14         - requirements: docs/requirements.txt