diff options
author | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-12-28 17:49:26 +0000 |
---|---|---|
committer | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-12-28 17:52:04 +0000 |
commit | 80c11d910346ab7df8349cb54c7b9227664fe3e7 (patch) | |
tree | 76d5909487bc3b9071e506ad6e8e12574ffe44ca /docs/setuptools.rst | |
parent | 7ccf254a9ac713783d2aad376cdc0990cc50bc70 (diff) | |
download | python-setuptools-git-80c11d910346ab7df8349cb54c7b9227664fe3e7.tar.gz |
Drop table of contents from pages
This is included in the sidebar, as part of Furo.
Diffstat (limited to 'docs/setuptools.rst')
-rw-r--r-- | docs/setuptools.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/setuptools.rst b/docs/setuptools.rst index 1000a0ce..cf802176 100644 --- a/docs/setuptools.rst +++ b/docs/setuptools.rst @@ -47,9 +47,6 @@ Feature Highlights: * Full support for PEP 420 via ``find_namespace_packages()``, which is also backwards compatible to the existing ``find_packages()`` for Python >= 3.3. -.. contents:: **Table of Contents** - - ----------------- Developer's Guide ----------------- |