Skip to content

Commit 5a739cd

Browse files
committed
Enable pdf builds
closes gh-232
1 parent 973a234 commit 5a739cd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM packpack/packpack:ubuntu-xenial
2+
3+
COPY requirements.txt /requirements.txt
4+
5+
RUN apt-get update && apt-get -y install pkg-config lua5.1-dev python-pip python-setuptools python-dev texlive texlive-latex-extra xzdec texlive-lang-cyrillic imagemagick librsvg2-bin
6+
7+
RUN pip install -r /requirements.txt --upgrade

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'sphinx.ext.todo',
1818
'sphinx.ext.ifconfig',
1919
'sphinx.ext.intersphinx',
20+
'sphinx.ext.imgconverter',
2021
'ext.custom',
2122
'ext.LuaDomain',
2223
'ext.LuaLexer',

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx
1+
Sphinx>=1.6.2
22
sphinx-intl
33
lupa
44
docutils

0 commit comments

Comments
 (0)