image: alpine

pages:
  script:
  - pip install -r requirements.txt
  - pip install sphinx
  - make html
  - mv _build/html/ public/
  artifacts:
    paths:
    - public
  only:
  - master