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
Copy file name to clipboardExpand all lines: CHANGES.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@
5
5
- Enhancement: Use tables in the generated sphinx code for topic/domains.
6
6
[jensens, 02-11-2025]
7
7
8
+
- Feature: Add monorepo support with `PROJECT_PATH_PYTHON` setting.
9
+
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.
10
+
Useful for monorepos with multiple applications (e.g., frontend + backend).
11
+
See the "Monorepo Support" section in getting-started.md for details.
12
+
[jensens, 02-11-2025]
13
+
8
14
## 2.0.0 (2025-10-24)
9
15
10
16
-**Breaking**: Drop Python 3.9 support. Minimum Python version is now 3.10.
0 commit comments