Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P467
(An Untitled Masterwork)
Active
Public
Actions
Authored by
vlorentz
on Jul 11 2019, 2:57 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
FROM debian:stretch
RUN apt-get update
RUN apt-get install -y python3-pip tox git make
RUN git clone https://github.com/t-b/sphinxcontrib-images.git
WORKDIR /sphinxcontrib-images
RUN git checkout port-to-sphinx-2.x
RUN git submodule update --init
#RUN pip3 install --upgrade sphinx==2.1 sphinx-rtd-theme==0.1.6 setuptools wheel
#RUN pip3 install .
#WORKDIR /sphinxcontrib-images/docs
#RUN make html
#RUN echo foo
#RUN pip3 list
#RUN false
RUN tox -e py35-sphinx21 || true
RUN /sphinxcontrib-images/.tox/py35-sphinx21/bin/pip3 install "setuptools<41"
RUN tox -e py35-sphinx21
Event Timeline
vlorentz
created this paste.
Jul 11 2019, 2:57 PM
2019-07-11 14:57:43 (UTC+2)
Log In to Comment