Skip to content
New issue

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

Minor fixes for mkdocs serve rebuild and others #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nbanyan
Copy link

@nbanyan nbanyan commented Nov 18, 2024

- Added check for the `no current event loop` exception thrown by asyncio on rebuild
- Delayed file cleanup for the pdf aggregator to avoid deleting files before the PDF is saved.
- Guarantee the creation of the `pdf.pages[].formats` property
@ebouchut
Copy link
Contributor

I got the same error message as #48
and the code fix mentioned in point 3 fixed this issue for me.
Thx 👍.

I eagerly await this PR to be part of the next release.

except FileNotFoundError:
pass


Copy link
Contributor

@AdrianDC AdrianDC Dec 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I had that one once, on a 10-20 pages documentation.

Detail, remove the two extra empty lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants