There was an error while loading. Please reload this page.
1 parent 973a234 commit 5a739cdCopy full SHA for 5a739cd
Dockerfile
@@ -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
@@ -17,6 +17,7 @@
17
'sphinx.ext.todo',
18
'sphinx.ext.ifconfig',
19
'sphinx.ext.intersphinx',
20
+ 'sphinx.ext.imgconverter',
21
'ext.custom',
22
'ext.LuaDomain',
23
'ext.LuaLexer',
requirements.txt
@@ -1,4 +1,4 @@
-Sphinx
+Sphinx>=1.6.2
sphinx-intl
lupa
docutils
0 commit comments