Skip to content
Snippets Groups Projects
Commit 34a41059 authored by Greg Henning's avatar Greg Henning
Browse files

adding explicitely imagesize python module to ensure proper image sizing

parent 3ecf1411
Branches
No related merge requests found
......@@ -10,8 +10,9 @@
FROM sphinxdoc/sphinx-latexpdf:7.1.2
RUN python -m pip install pip -U && \
pip install --upgrade myst-parser && \
pip install sphinx-rtd-theme sphinxcontrib-fulltoc linkify-it-py sphinxnotes-strike
pip install imagesize && \
pip install sphinxcontrib-fulltoc linkify-it-py sphinxnotes-strike sphinx-mermaid && \
pip install sphinx-rtd-theme sphinx-rtd-size
RUN apt-get update && apt-get install --yes texlive-latex-recommended && apt-get autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment