Skip to content
Snippets Groups Projects
Commit 5eb3c5c3 authored by florian's avatar florian
Browse files

MAINT: Use sphinx from pip instead of apt

parent a5773e2e
No related branches found
No related tags found
1 merge request!96DOC: Added CITATION.cff to the list of files in the release guide where the...
Pipeline #37360 failed
......@@ -7,12 +7,11 @@ RUN apt-get update && \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
libharfbuzz-dev libfribidi-dev libxcb1-dev \
python3-pip screen libpam0g-dev unzip curl shunit2 \
python3-sphinx
RUN apt-get install -y \
libcairo2-dev
RUN pip3 install javasphinx recommonmark sphinx-rtd-theme sphinxcontrib-plantuml sphinx-a4doc
RUN pip3 install sphinx javasphinx recommonmark sphinx-rtd-theme sphinxcontrib-plantuml sphinx-a4doc
# Alternative, if javasphinx fails because python3-sphinx is too recent:
# (`_l` not found):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment