From 5d3cd682b14abfe8312551604631ca325e24f920 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Thu, 28 Nov 2024 02:39:02 +0000 Subject: [PATCH] Add https://readthedocs.org to validation ignore list It keeps coming back as a 403. --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 5ba20cb9..c8cd32f6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,6 +38,7 @@ plugins: raise_error_excludes: 429: ["https://github.com/ponylang", "https://web.archive.org/*"] 404: ["https://github.com/ponylang"] + 403: ["https://readthedocs.org"] theme: name: material