Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix netlify doc publish (#1431)
## This PR <!-- add the description of the PR here --> - disable package mode in the Python project ### Notes Netlify build output ``` Warning: The current project could not be installed: No file/folder found for package flagd-dev If you do not want to install the current project use --no-root. If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file. In a future version of Poetry this warning will become an error! ``` I resolved the issue by following this guide. https://docs.netlify.com/frameworks/#mkdocs --------- Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
- Loading branch information