diff options
author | Georg Brandl <georg@python.org> | 2011-07-15 17:09:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-15 17:09:49 (GMT) |
commit | 5c1190bada8fdff2200f0aeae2773ec141ce6aa5 (patch) | |
tree | d09824252d58c5d968b2a1fb221af8f964ccff86 | |
parent | af5bacf9bb9b9729fac3da50111441b1f0efdd44 (diff) | |
download | cpython-5c1190bada8fdff2200f0aeae2773ec141ce6aa5.zip cpython-5c1190bada8fdff2200f0aeae2773ec141ce6aa5.tar.gz cpython-5c1190bada8fdff2200f0aeae2773ec141ce6aa5.tar.bz2 |
Remove duplicate "numbered" options for toctrees.
-rw-r--r-- | Doc/distutils/index.rst | 1 | ||||
-rw-r--r-- | Doc/library/packaging.rst | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index b3a5231..c8dd9f4 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 5bf2c06..c6bff47 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 |