/ .readthedocs.yml
.readthedocs.yml
 1  version: 2
 2  
 3  build:
 4    os: ubuntu-20.04
 5    tools:
 6      python: "2.7"
 7  
 8  python:
 9    install:
10      - requirements: docs/requirements.txt
11      - method: pip
12        path: .