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

Extensions fail to load in subprocess which generates docs #227

Open
vdayanand opened this issue Jan 6, 2025 · 0 comments
Open

Extensions fail to load in subprocess which generates docs #227

vdayanand opened this issue Jan 6, 2025 · 0 comments
Assignees

Comments

@vdayanand
Copy link
Collaborator

vdayanand commented Jan 6, 2025

We try loading the package in a new "isolated" environment:

@eval(Main, (using $pkg_sym; $pkg_sym))
.

Julia seems to lookup extensions in environment but the package it belongs to in memory (which is loaded as part of DocumentationGenerator). So the fix/workaround would be to no longer use a isolated environment instead reuse the DocumentationGenerator's environment

@pfitzseb pfitzseb self-assigned this Jan 8, 2025
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

No branches or pull requests

2 participants