#!/bin/bash

set -e

cd $(dirname "$0")/..

bundle install
pip3 install docutils
