We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Hello!
I had the same error.
You need to build your own docker image based on mkdocs image with mkdocs-with-pdf plugin but with cyrillic fonts. I use ttf-ubuntu-font-family.
Here is an example of my Dockerfile
FROM squidfunk/mkdocs-material RUN apk add --no-cache build-base ttf-ubuntu-font-family \ && apk add --no-cache --virtual libffi-dev-3.2.1-r6 zlib-dev libwebp-dev jpeg-dev harfbuzz-dev fribidi-dev freetype-dev cairo-dev musl-dev pango-dev gdk-pixbuf-dev \ && pip install mkdocs-with-pdf
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: