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
And I know that mkdocs-print-site does one thing: automatically create a page served at /print_page that combine all pages of the site.
I thought I just had to combine your plugins and the print-site one to have a neat pdf of all my documentation.
This failed with a playwright._impl._errors.TimeoutError :( If you ever get curious, you can find the full traceback in this gist.
So I was wondering if you were aware of this print-site-plugin. Anyway, you may want to handle this feature by yourself to get more control of the process.
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue and for all the details you've provided.
The timeout is caused by an issue during the "preview" generated by Paged.js. Maybe the page contains too much elements and it fails? Disabling the browser's headless mode (not available through configuration, though) and heading to the JavaScript console of the page should give you more details.
About mkdocs-print-site-plugin, yes, I have used it in the past and was quite happy with it :)
In the future, this feature will be handled by the plugin itself so compatibility can be ensured at all times.
I am currently rewriting the plugin, the logic will now be mainly written in JavaScript so interactions can now be done directly between the browser and the page to render PDF documents on the fly.
I see in the roadmap:
And I know that mkdocs-print-site does one thing: automatically create a page served at
/print_page
that combine all pages of the site.I thought I just had to combine your plugins and the
print-site
one to have a neat pdf of all my documentation.This failed with a
playwright._impl._errors.TimeoutError
:( If you ever get curious, you can find the full traceback in this gist.So I was wondering if you were aware of this
print-site-plugin
. Anyway, you may want to handle this feature by yourself to get more control of the process.The text was updated successfully, but these errors were encountered: