From ba5101ff1dffabb5590c98441048689e5441e75b Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 16 Jul 2021 15:31:24 +0200 Subject: [PATCH] Ignoring quartiq URLs not existing --- docs/Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Rakefile b/docs/Rakefile index 57ecf11..dc5ab2f 100644 --- a/docs/Rakefile +++ b/docs/Rakefile @@ -11,6 +11,7 @@ def run_htmlproofer() assume_extension: true, file_ignore: [ /stabilizer\/firmware\/.*/ ], + url_ignore: [ /quartiq.de\/stabilizer/ ], # The options for the curl library that's used. :typhoeus => {