Skip to content

Commit 062c5df

Browse files
committed
Workaround: manual installation of the media in _build/html
1 parent 8228d9c commit 062c5df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ COPY --chown=sage:sage . ${HOME}
1212
# Install this package and dependencies and build the notebooks
1313
RUN sage -pip install .
1414
RUN echo "LC_CTYPE=fr_FR.UTF-8 make ipynb" | sage -sh
15+
# Fake the installation of media (will eventually be done by sphinx)
16+
RUN ln -s ../../media _build/html

0 commit comments

Comments
 (0)