job: before_script: - apt-get -y update
- apt-get -y install make python3-sphinx libxml2-utils
tags: - librem5 script: - make html
artifacts: paths: - _build/html expire_in: 1 week