Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF generate target and scripts #1

Merged
merged 12 commits into from Oct 27, 2020

Use sphinx from pip so we can generate html

  • Loading branch information
mmicko committed Oct 21, 2020
commit 0f894eafb42d3a81284c562a39fb5586a7b0807e
@@ -8,8 +8,10 @@ RUN set -e -x ;\
make \
git \
python3 \
latexmk python3-sphinx texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended; \
latexmk python3-pip texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended; \
apt -y autoremove ;\
rm -rf /var/lib/apt/lists/*

RUN pip3 install -U sphinx

WORKDIR /work
ProTip! Use n and p to navigate between commits in a pull request.