Skip to content
Snippets Groups Projects
Commit 9aec506a authored by Greg Henning's avatar Greg Henning
Browse files

[added] strikethrough support in rst

parent 3064034a
Branches
No related merge requests found
......@@ -5,13 +5,13 @@
#
# This creates an image to compile different forms of the HDR with sphinx into pdf and html
#
# build with $ docker build -t mysphinx:001
# build with $ docker build -t mysphinx:001 .
FROM sphinxdoc/sphinx-latexpdf
RUN python -m pip install pip -U && \
pip install --upgrade myst-parser && \
pip install sphinx-rtd-theme sphinxcontrib-fulltoc linkify-it-py
pip install sphinx-rtd-theme sphinxcontrib-fulltoc linkify-it-py sphinxnotes-strike
# Use according to https://hub.docker.com/r/sphinxdoc/sphinx
# (batch) > docker run --rm -v %cd%:/docs mysphinx:001 make latexpdf
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment