Update build scripts for docs

This commit is contained in:
Veronica Berglyd Olsen
2025-04-20 17:18:07 +02:00
parent c5915664f0
commit f15ed32101
6 changed files with 179 additions and 148 deletions
+2 -1
View File
@@ -303,7 +303,8 @@ class Config:
@property
def pdfDocs(self) -> Path | None:
return self._manuals.get(f"manual_{self.locale.name()}", self._manuals.get("manual"))
"""Return the local manual PDF file, if any exist."""
return self._manuals.get(f"manual_{self.locale.bcp47Name()}", self._manuals.get("manual"))
@property
def nwLangPath(self) -> Path: