disable manpages building for now since it requires installed distribution

This commit is contained in:
2021-08-19 02:35:48 +03:00
parent fc67778e89
commit c15cc4b853
2 changed files with 3 additions and 9 deletions

View File

@ -49,9 +49,7 @@ def _parser() -> argparse.ArgumentParser:
"--lock",
help="lock file",
type=Path,
default=Path(
tempfile.gettempdir()) /
"ahriman.lock")
default=Path(tempfile.gettempdir()) / "ahriman.lock")
parser.add_argument("--no-log", help="redirect all log messages to stderr", action="store_true")
parser.add_argument("--no-report", help="force disable reporting to web service", action="store_true")
parser.add_argument("--unsafe", help="allow to run ahriman as non-ahriman user", action="store_true")