From 8b756f071c903211af401913a76b12257838bd69 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Thu, 11 Aug 2022 18:08:00 +0800 Subject: [PATCH] docs: remove C2 datasheet from link check ignore --- docs/conf_common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf_common.py b/docs/conf_common.py index a752816949..2d6b7033ca 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -223,7 +223,6 @@ linkcheck_exclude_documents = ['index', # several false positives due to the wa linkcheck_ignore = ['https://webhome.phy.duke.edu/~rgb/General/dieharder.php', # Certificate error 'https://dl.espressif.com/dl/esp32s3_rom.elf', # Not published 'https://docs.espressif.com/projects/esptool/en/latest/esp32c2/espefuse/index.html', # Not published - 'https://www.espressif.com/sites/default/files/documentation/esp32-c2_datasheet_en.pdf', # Not published ]