Add sphinx dependencies to Pipfile (#22720)

old-commit-hash: aa8952d0b1
commatwo_master
Willem Melching 4 years ago committed by GitHub
parent 8d9783a379
commit 0cdb1d5bab
  1. 4
      Pipfile
  2. 4
      Pipfile.lock
  3. 3
      docs/docker/Dockerfile

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:659ec91328db4a2c486f5a9e8c8be010158a88f8b3a0cb11a07336fe0faf6744
size 1988
oid sha256:75cf958eb51e024e9a7a8a2f5c74d392be9d103bc5d35848d6b4c2e71a0d8580
size 2026

4
Pipfile.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a4887f6dd80d05bc5b3857695bf9f133a77960d5dae6fcbbd337e7848de85a2
size 241219
oid sha256:db828741463c57eed2c75e0f3710918d1cf6590ba3104009cc725bf747b57d06
size 251360

@ -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

Loading…
Cancel
Save