treeherder/.readthedocs.yml

14 строки
240 B
YAML

# https://docs.readthedocs.io/en/latest/config-file/index.html
version: 2
build:
image: latest
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
mkdocs:
configuration: mkdocs.yml