You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use material's privacy plugin for offline usage.
Problem is that the print-page generated by print-site plugin is not handle by privacy plugin. So external assets are not downloaded for offline usage.
In mkdocs.yml I try to put privacy plugin before or after print-site plugin, but it doesn't change the result.
Any ideas ?
Thanks.
The text was updated successfully, but these errors were encountered:
I scanned the source code of the privacy plugin, and the problem is 1) links are re-written, but the URLs might be wrong and 2) the on_post_build step does not include the print page.
I can probably call the functions manually to ensure compatibility inside this plugin. It would really help if you could make a small reproducible example, that I could use as a starting point. Would you be willing to help out?
I reproduced this issue with your own plugin docs, by adding the privacy plugin.
If you browse http://localhost:8000/mkdocs-print-site-plugin/ you sill see that no external assets are downloaded. But on print_page.html they are many of them. See logs attached.
Hi,
I use material's privacy plugin for offline usage.
Problem is that the print-page generated by print-site plugin is not handle by privacy plugin. So external assets are not downloaded for offline usage.
In mkdocs.yml I try to put privacy plugin before or after print-site plugin, but it doesn't change the result.
Any ideas ?
Thanks.
The text was updated successfully, but these errors were encountered: