/ .readthedocs.yml
.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: doc/conf.py
10  
11  python:
12    version: 3.8
13    install:
14      - method: pip
15        path: .
16      - requirements: requirements.txt