docs: remove C2 datasheet from link check ignore

pull/9363/head^2
Marius Vikhammer 2022-08-11 18:08:00 +08:00
rodzic ca0201dfa9
commit 8b756f071c
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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
]