python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

定时同步脚本出错 #260

Closed inkydragon closed 2 years ago

inkydragon commented 2 years ago

python-310

Error: /home/runner/work/python-docs-zh-cn/python-docs-zh-cn/cpython/Doc/faq/library.rst:: WARNING: Anonymous hyperlink mismatch: 1 references but 0 targets.
Error: See "backrefs" attribute for IDs.

https://github.com/python/python-docs-zh-cn/runs/6955324192?check_suite_focus=true#step:5:611

python-37

Error: /home/runner/work/python-docs-zh-cn/python-docs-zh-cn/cpython/Doc/tools/extensions/pyspecific.py:306: RemovedInSphinx30Warning: env.note_versionchange() is deprecated. Please use ChangeSetDomain.note_changeset() instead.
Error: env.note_versionchange('deprecated', version[0], node, self.lineno)

https://github.com/python/python-docs-zh-cn/runs/6955258536?check_suite_focus=true#step:5:562

不小心开了 Warning as error ?

zhsj commented 2 years ago

https://github.com/python/python-docs-zh-cn/blob/4dac60f469b2bfa9c0d2e067f5087fae1d2a059c/.github/scripts/build.sh#L17

-Wturn warnings into errors

Error: env.note_versionchange('deprecated', version[0], node, self.lineno)
looking for now-outdated files... 
Error: /home/runner/work/python-docs-zh-cn/python-docs-zh-cn/cpython/Doc/c-api/long.rst:212:<translated>:1: WARNING: Unknown interpreted text role "ex".
Error: /home/runner/work/python-docs-zh-cn/python-docs-zh-cn/cpython/Doc/c-api/long.rst:212:<translated>:1: WARNING: Unknown interpreted text role "ex".
Error: /home/runner/work/python-docs-zh-cn/python-docs-zh-cn/cpython/Doc/c-api/long.rst:212: WARNING: inconsistent term references in translated message. original: [':exc:`OverflowError`', ':c:type:`unsigned long`'], translated: [':c:type:`unsigned long`']

这些都是翻译有问题的。

https://github.com/python/python-docs-zh-cn/wiki/CommonProblems