Skip to content

Commit c62ab28

Browse files
authored
bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
1 parent 6750922 commit c62ab28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ several thousand components (from individual programs and modules to
3232
packages and entire application development frameworks), available from
3333
the `Python Package Index <https://pypi.org>`_.
3434

35-
35+
.. We don't use :numbered: option for the TOC below as it enforces
36+
numbered sections for the entire stdlib docs. If desired,
37+
:numbered: can be enabled on a per-module basis.
3638
.. toctree::
3739
:maxdepth: 2
38-
:numbered:
3940

4041
intro.rst
4142
functions.rst

0 commit comments

Comments
 (0)