Merge branch 'docs/ignore_isa_link_v5.0' into 'release/v5.0'

docs: ignore xtensa isa-summary during linkcheck (v5.0)

See merge request espressif/esp-idf!22145
This commit is contained in:
Marius Vikhammer 2023-02-20 10:30:47 +08:00
commit dbb3830c44

View File

@ -228,7 +228,7 @@ 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://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
'https://www.cadence.com/content/dam/cadence-www/global/en_US/documents/tools/ip/tensilica-ip/isa-summary.pdf', # Rejects user-agent
]