Skip to content

Commit 10f0b34

Browse files
committed
Try to downgrade diet-ng to 1.0.0
1 parent bd788e2 commit 10f0b34

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dpl-docs/dub.selections.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"fileVersion": 1,
33
"versions": {
4-
"botan": "1.12.9",
54
"botan-math": "1.0.3",
6-
"ddox": "0.16.5",
7-
"diet-ng": "1.4.3",
5+
"ddox": "0.16.0",
6+
"diet-ng": "1.0.0",
87
"eventcore": "0.8.17",
98
"hyphenate": "1.1.1",
109
"libasync": "0.8.3",
@@ -14,6 +13,6 @@
1413
"openssl": "1.1.5+1.0.1g",
1514
"taggedalgebraic": "0.10.7",
1615
"vibe-core": "1.2.0",
17-
"vibe-d": "0.8.1"
16+
"vibe-d": "0.7.30"
1817
}
1918
}

dpl-docs/source/app.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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";
19+
//if (args.length > 1 && args[1] != "filter")
20+
//args ~= "--html-style=pretty";
2121
return ddoxMain(args);
2222
}

0 commit comments

Comments
 (0)