C:\Users\admin\Desktop\cpython-main\Doc\library\signal.rst:116: WARNING: py:const reference target not found: SIGQUIT [ref.const]
I'm now working on fixing the warning of this document, and I think we need a doc for SIGQUIT. Something like:
.. data:: SIGQUIT
Proccess quit.
.. availability:: Unix.
in https://docs.python.org/3/library/signal.html we've got a document for every signal const like signal.SIGALRM, all supported signals are basically listed here

(except for user-defined signals and some other signals elsewhere)
however, there is no document for
SIGQUIT, with every other const documented. This directly cause to a reference warning in sphinx build:I'm now working on fixing the warning of this document, and I think we need a doc for
SIGQUIT. Something like:Linked PRs
signal.SIGQUITto fix Sphinx references #139844signal.SIGQUITto fix Sphinx references (GH-139844) #139885signal.SIGQUITto fix Sphinx references (GH-139844) #139886