Fix documentation inconsistencies and bump document versions

This commit is contained in:
Jan Doubravský
2026-08-18 12:22:57 +02:00
parent 5c0f2f758f
commit b337da11a6
17 changed files with 170 additions and 27 deletions
+4 -2
View File
@@ -4,10 +4,12 @@ from pathlib import Path
from dotenv import load_dotenv
from src.constants import VERSION
# .env must be loaded before src.constants is imported — constants.py reads ENV_DEBUG
# at import time to build VERSION.
load_dotenv()
from src.constants import VERSION # noqa: E402
print("=" * 50)
print("PREBUILD CONFIGURATION")
print("=" * 50)