From 2df2320f61dc4d65074b600751a787eb4ecd2b7e Mon Sep 17 00:00:00 2001 From: Miki Matsumoto Date: Fri, 29 Nov 2024 17:14:09 +0900 Subject: [PATCH] set CheckInternalHash false cause always failing --- docs/.htmltest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.htmltest.yml b/docs/.htmltest.yml index 9800eb0a4fe..15fbf34ffe3 100644 --- a/docs/.htmltest.yml +++ b/docs/.htmltest.yml @@ -2,7 +2,7 @@ DirectoryPath: /test IgnoreDirectoryMissingTrailingSlash: true CheckExternal: false CheckInternal: false -CheckInternalHash: true +CheckInternalHash: false CheckMailto: false IgnoreAltMissing: true IgnoreEmptyHref: true