image: alpine pages: script: - apk --no-cache add py2-pip python-dev - pip install -r dev_requirements.txt - apk --no-cache add make - cd docs - make html - mv _build/html/ public/ artifacts: paths: - public only: - master