# in your Dockerfile FROM sphinxdoc/sphinx:6.2.1 WORKDIR /docs ADD requirements.txt /docs RUN pip3 install -r requirements.txt