diff --git a/dpl-docs/source/app.d b/dpl-docs/source/app.d index 7a5c01b060..feb4726652 100644 --- a/dpl-docs/source/app.d +++ b/dpl-docs/source/app.d @@ -16,7 +16,5 @@ int main(string[] args) environment["GIT_TARGET"] = git_target; environment["NO_EXACT_SOURCE_CODE_LINKS"] = noExactSourceCodeLinks ? "1" : "0"; setLogFormat(FileLogger.Format.plain); - if (args.length > 1 && args[1] != "filter") - args ~= "--html-style=pretty"; return ddoxMain(args); }