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