Skip to content
Discussion options

You must be logged in to vote

Due to time constraints, I haven't yet provided a separate Docker image repository for MaterialX, so it has been temporarily omitted from the documentation.
However, you can directly use the Material image. After pulling the image, install MaterialX first:

FROM squidfunk/mkdocs-material:9.7.1

RUN pip install --upgrade mkdocs-materialx

# Then install other plugins
…

The sequence is:

  1. Pull the Docker image
  2. Install MaterialX
  3. Install other plugins

Or simply change it to the following method:

FROM squidfunk/mkdocs-material:9.7.1

RUN pip install --no-cache-dir \
    mkdocs-materialx \
    mkdocs-include-markdown-plugin \
    markdown-include \
    mkdocs-glightbox \
    mkdocs-exclude-sear…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bimCelum
Comment options

Answer selected by bimCelum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants