summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-09-27 15:38:42 (GMT)
committerGitHub <noreply@github.com>2023-09-27 15:38:42 (GMT)
commit2c557932e9eeba3c4bcd64b674546f709b6ec4dd (patch)
tree1f465e8b39d78851115062b9b3043f9d901cd81e
parentfc4fddb139d61c7c39e19e8e8164978af1b1a3fd (diff)
downloadcpython-2c557932e9eeba3c4bcd64b674546f709b6ec4dd.zip
cpython-2c557932e9eeba3c4bcd64b674546f709b6ec4dd.tar.gz
cpython-2c557932e9eeba3c4bcd64b674546f709b6ec4dd.tar.bz2
[3.12] gh-101100: Fix sphinx warnings in `library/devmode.rst` (GH-109963) (#109966)
gh-101100: Fix sphinx warnings in `library/devmode.rst` (GH-109963) (cherry picked from commit d9809e84fbf22ed8d90b212a9322260f7074bc9c) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
-rw-r--r--Doc/library/devmode.rst5
-rw-r--r--Doc/tools/.nitignore1
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/devmode.rst b/Doc/library/devmode.rst
index 914aa45..5b8a9bd 100644
--- a/Doc/library/devmode.rst
+++ b/Doc/library/devmode.rst
@@ -59,8 +59,9 @@ Effects of the Python Development Mode:
``default``.
* Call :func:`faulthandler.enable` at Python startup to install handlers for
- the :const:`SIGSEGV`, :const:`SIGFPE`, :const:`SIGABRT`, :const:`SIGBUS` and
- :const:`SIGILL` signals to dump the Python traceback on a crash.
+ the :const:`~signal.SIGSEGV`, :const:`~signal.SIGFPE`,
+ :const:`~signal.SIGABRT`, :const:`~signal.SIGBUS` and
+ :const:`~signal.SIGILL` signals to dump the Python traceback on a crash.
It behaves as if the :option:`-X faulthandler <-X>` command line option is
used or if the :envvar:`PYTHONFAULTHANDLER` environment variable is set to
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore
index 72ace87..922f99f 100644
--- a/Doc/tools/.nitignore
+++ b/Doc/tools/.nitignore
@@ -60,7 +60,6 @@ Doc/library/csv.rst
Doc/library/datetime.rst
Doc/library/dbm.rst
Doc/library/decimal.rst
-Doc/library/devmode.rst
Doc/library/difflib.rst
Doc/library/doctest.rst
Doc/library/email.charset.rst