Add sphinx dependencies to Pipfile (#22720)

old-commit-hash: aa8952d0b1
This commit is contained in:
Willem Melching
2021-10-28 17:32:29 +02:00
committed by GitHub
parent 8d9783a379
commit 0cdb1d5bab
3 changed files with 4 additions and 7 deletions
-3
View File
@@ -14,9 +14,6 @@ RUN pip install --no-cache-dir pipenv==2020.8.13 && \
pip uninstall -y pipenv
# TODO: add to pipfile
RUN pip install sphinx-rtd-theme==1.0.0 sphinx==4.2.0 myst-parser==0.15.2
COPY SConstruct ${OPENPILOT_PATH}
COPY ./pyextra ${OPENPILOT_PATH}/pyextra