FROM sphinxdoc/sphinx
WORKDIR /docs
ADD docs/requirements.txt /docs
RUN pip3 install -r requirements.txt