[3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-11558… · python/cpython@b87a443 · GitHub
Skip to content

Commit b87a443

Browse files
miss-islingtonhugovkAlexWaygood
authored
[3.11] gh-101100: Fix Sphinx warnings in whatsnew/3.2.rst (GH-115580) (#115590)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 5dac9c5 commit b87a443

5 files changed

Lines changed: 96 additions & 43 deletions

File tree

Doc/c-api/hash.rst

Lines changed: 51 additions & 0 deletions

Doc/c-api/utilities.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ and parsing function arguments and constructing Python values from C values.
1717
marshal.rst
1818
arg.rst
1919
conversion.rst
20+
hash.rst
2021
reflection.rst
2122
codec.rst

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
('py:attr', '__annotations__'),
252252
('py:meth', '__missing__'),
253253
('py:attr', '__wrapped__'),
254+
('py:attr', 'decimal.Context.clamp'),
254255
('py:meth', 'index'), # list.index, tuple.index, etc.
255256
]
256257

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Doc/whatsnew/2.5.rst
9191
Doc/whatsnew/2.6.rst
9292
Doc/whatsnew/2.7.rst
9393
Doc/whatsnew/3.0.rst
94-
Doc/whatsnew/3.2.rst
9594
Doc/whatsnew/3.3.rst
9695
Doc/whatsnew/3.4.rst
9796
Doc/whatsnew/3.5.rst

Doc/whatsnew/3.2.rst

Lines changed: 43 additions & 42 deletions

0 commit comments

Comments
 (0)