Merge branch 'docs/update_linkcheck_ignore_c2' into 'master'

docs: remove C2 datasheet from link check ignore

Closes IDF-4950

See merge request espressif/esp-idf!19514
This commit is contained in:
Zim Kalinowski 2022-08-21 16:28:31 +08:00
commit e80d4c8f76

View File

@ -224,7 +224,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
]