image: alpine

before_script:
  - apt-get update -qq && apt-get install -y -qq python3, python3-pip
pages:
  script:
  - pip install sphinx
  artifacts:
    paths:
    - public
  only:
  - master