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

Allow single-file builds for ipynb/md sources with no myst.yml file, without any warnings #1832

Open
fperez opened this issue Feb 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@fperez
Copy link

fperez commented Feb 2, 2025

When running

myst build  <filename.md/ipynb>

Myst currently produces this warning:

⚠️  myst.yml Loading project from path with no config file: <path>
Consider running "myst init --project" in that directory

Proposal

This warning is unnecessary - running explicit builds to export to PDF or html from a source file that has all necessary info contained in the frontmatter should be supported without warnings. It's a legitimate use case and should run cleanly without any warning (other than those caused by issues in the source file).

@fperez fperez added the enhancement New feature or request label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant