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