1version: 2
2python:
3  install:
4    - requirements: requirements/docs.txt
5    - method: pip
6      path: .
7sphinx:
8  builder: dirhtml
9