Add Zenodo download URLs to broken links false positives#15488
Conversation
Zenodo blocks automated link checkers with 403, causing CI failures for valid Thorsten Voice dataset download links in tts/datasets.rst. Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
9eb2cc3 to
85835a3
Compare
There was a problem hiding this comment.
Pull request overview
This PR aims to prevent documentation link-check CI failures caused by Zenodo returning 403 responses to automated checkers for valid Thorsten Voice dataset download URLs referenced in the TTS datasets docs.
Changes:
- Added Zenodo Thorsten Voice download URLs to the docs broken-link false positives list.
- Introduced a new file under
docs/source/tts/containing a numeric string (appears unintended).
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/source/broken_links_false_positives.json | Adds two Zenodo dataset download URLs as known false positives for link checking. |
| docs/source/tts/Untitled | New single-line file with a numeric value; likely an accidental artifact. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { "filename": "tts/datasets.rst", "lineno": 1, "status": "broken", "code": 0, "uri": "https://zenodo.org/record/7265581/files/ThorstenVoice-Dataset_2022.10.zip?download=1", "info": "403 Client Error: Forbidden for url: https://zenodo.org/record/7265581/files/ThorstenVoice-Dataset_2022.10.zip?download=1" } | ||
| { "filename": "tts/datasets.rst", "lineno": 1, "status": "broken", "code": 0, "uri": "https://zenodo.org/record/5525342/files/thorsten-neutral_v03.tgz?download=1", "info": "403 Client Error: Forbidden for url: https://zenodo.org/record/5525342/files/thorsten-neutral_v03.tgz?download=1" } |
There was a problem hiding this comment.
The lineno values for these Zenodo URLs are set to 1, but the links in docs/source/tts/datasets.rst are currently at lines ~140 and ~145. Please update lineno to the correct source line numbers (or confirm the consumer of this file matches only on uri), so future debugging and any line-based matching doesn’t break.
| { "filename": "tts/datasets.rst", "lineno": 1, "status": "broken", "code": 0, "uri": "https://zenodo.org/record/7265581/files/ThorstenVoice-Dataset_2022.10.zip?download=1", "info": "403 Client Error: Forbidden for url: https://zenodo.org/record/7265581/files/ThorstenVoice-Dataset_2022.10.zip?download=1" } | |
| { "filename": "tts/datasets.rst", "lineno": 1, "status": "broken", "code": 0, "uri": "https://zenodo.org/record/5525342/files/thorsten-neutral_v03.tgz?download=1", "info": "403 Client Error: Forbidden for url: https://zenodo.org/record/5525342/files/thorsten-neutral_v03.tgz?download=1" } | |
| { "filename": "tts/datasets.rst", "lineno": 140, "status": "broken", "code": 0, "uri": "https://zenodo.org/record/7265581/files/ThorstenVoice-Dataset_2022.10.zip?download=1", "info": "403 Client Error: Forbidden for url: https://zenodo.org/record/7265581/files/ThorstenVoice-Dataset_2022.10.zip?download=1" } | |
| { "filename": "tts/datasets.rst", "lineno": 145, "status": "broken", "code": 0, "uri": "https://zenodo.org/record/5525342/files/thorsten-neutral_v03.tgz?download=1", "info": "403 Client Error: Forbidden for url: https://zenodo.org/record/5525342/files/thorsten-neutral_v03.tgz?download=1" } |
…#15488) Zenodo blocks automated link checkers with 403, causing CI failures for valid Thorsten Voice dataset download links in tts/datasets.rst. Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com>
Zenodo blocks automated link checkers with 403, causing CI failures for valid Thorsten Voice dataset download links in tts/datasets.rst.