You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Add monorepo support with PROJECT_PATH_PYTHON setting.
Python projects can now be located in subdirectories while keeping the Makefile at the repository root. Includes auto-detection of pyproject.toml in subdirectories on init, --project-path-python CLI flag and preseed file support.
Useful for monorepos with multiple applications (e.g., frontend + backend).
See the "Monorepo Support" section in getting-started.md for details.
Feature: Add --version (-v) command line flag to display mxmake version.
[jensens, 02-11-2025]
Enhancement: Use tables in the generated sphinx code for topic/domains.
[jensens, 02-11-2025]