#!/bin/bash
set -e -x
apt-get update
apt-get -y dist-upgrade
apt-get -y autoremove
apt-get install -t experimental python3-sphinx
