Open NikosAlexandris opened 1 week ago
I get a similar error although mine is "attached to a different loop" rather than "belongs to a different loop". In my case setting concurrency to 1 avoids the issue at the cost of much higher compile time.
exporter:
formats:
pdf:
concurrency: 1
I have a fairly large documentation based on Material for MkDocs (and mkdocs version 1.6.1). I have followed the typical installation and (simplest) configuration instructions as per https://adrienbrignon.github.io/mkdocs-exporter/getting-started/#examples.
I try to serve the documentation, for example via
yet I get the following error
Else, I got to understand that it is likely required to install playwright with various dependencies for different browsers, etc. I am unsure, however, if this indeed the problem. Since I don't use an apt based package manager, the attempt to
Isn't it unusual to exclusively support APT only ?
fails (too).