Skip to content

Commit ad9e765

Browse files
committed
Remove compatibility --html-style=pretty flag
1 parent 315a235 commit ad9e765

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpl-docs/source/app.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ int main(string[] args)
1616
environment["GIT_TARGET"] = git_target;
1717
environment["NO_EXACT_SOURCE_CODE_LINKS"] = noExactSourceCodeLinks ? "1" : "0";
1818
setLogFormat(FileLogger.Format.plain);
19-
if (args.length > 1 && args[1] != "filter")
20-
args ~= "--html-style=pretty";
2119
return ddoxMain(args);
2220
}

0 commit comments

Comments
 (0)