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

[update] sphinx extensions

parent 0a430392
Branches
No related merge requests found
Dockerfile 100755 → 100644
......@@ -11,7 +11,7 @@ FROM sphinxdoc/sphinx-latexpdf:7.1.2
RUN python -m pip install pip -U && \
pip install --upgrade myst-parser && \
pip install sphinx-rtd-theme sphinxcontrib-fulltoc linkify-it-py sphinxnotes-strike
pip install sphinx-rtd-theme sphinxcontrib-fulltoc linkify-it-py sphinxnotes-strike sphinx-mermaid
RUN apt-get update && apt-get install --yes texlive-latex-recommended && apt-get autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
......
README.md 100755 → 100644
File mode changed from 100755 to 100644
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