mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

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

Open fperez opened this issue 9 months ago • 0 comments
trafficstars

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 avatar Feb 02 '25 04:02 fperez