Skip to content

Commit 926ace5

Browse files
committed
Fix the markup of the SIGINT data reference
1 parent 21d3033 commit 926ace5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
- :pr:`350`: Fixed the incarnation of an earlier regression
1818
of not resetting the serving state
19-
on :py:data:``SIGINT`` originally fixed by :pr:`322` and
19+
on :py:data:`SIGINT` originally fixed by :pr:`322` and
2020
:pr:`331` but reintroduced by the changes in :pr:`311`
2121
-- by :user:`liamstask`.
2222

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
# NOTE: consider having a separate ignore file
134134
# Ref: https://stackoverflow.com/a/30624034/595220
135135
nitpick_ignore = [
136+
('py:data', 'SIGINT'),
136137
('py:const', 'socket.SO_PEERCRED'),
137138
('py:class', '_pyio.BufferedWriter'),
138139
('py:class', '_pyio.BufferedReader'),

0 commit comments

Comments
 (0)