From 5c1190bada8fdff2200f0aeae2773ec141ce6aa5 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 15 Jul 2011 19:09:49 +0200 Subject: [PATCH] Remove duplicate "numbered" options for toctrees. --- Doc/distutils/index.rst | 1 - Doc/library/packaging.rst | 3 --- 2 files changed, 4 deletions(-) diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index b3a5231769..c8dd9f46a8 100644 --- a/Doc/distutils/index.rst +++ b/Doc/distutils/index.rst @@ -20,7 +20,6 @@ very little overhead for build/release/install mechanics. .. toctree:: :maxdepth: 2 - :numbered: introduction.rst setupscript.rst diff --git a/Doc/library/packaging.rst b/Doc/library/packaging.rst index 5bf2c06ad9..c6bff47015 100644 --- a/Doc/library/packaging.rst +++ b/Doc/library/packaging.rst @@ -23,7 +23,6 @@ Building blocks .. toctree:: :maxdepth: 2 - :numbered: packaging-misc packaging.version @@ -42,7 +41,6 @@ The command machinery .. toctree:: :maxdepth: 2 - :numbered: packaging.dist packaging.command @@ -55,7 +53,6 @@ Other utilities .. toctree:: :maxdepth: 2 - :numbered: packaging.util packaging.tests.pypi_server -- 2.50.0