1 2 3 4 5 6 7 8
language: python python: - "3.6" install: - pip install mkdocs==0.17.5 script: - mkdocs -V - make