Removing unnecessary top-level TOC for all modules.

If we had more than one base package, it would be
relevant, but we only have oauth2client, so it is
irrelevant and just visually distracting.
This commit is contained in:
Danny Hermes
2015-08-07 13:49:00 -07:00
parent 5a44c8c6e6
commit a8b1550811
3 changed files with 3 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ contributor license agreement.
:maxdepth: 1
:hidden:
source/modules
source/oauth2client
Supported Python Versions
-------------------------

View File

@@ -1,7 +0,0 @@
oauth2client
============
.. toctree::
:maxdepth: 4
oauth2client

View File

@@ -25,6 +25,8 @@ fi
rm -rf docs/_build/* docs/source/*
sphinx-apidoc -f -o docs/source oauth2client
# We only have one package, so modules.rst is overkill.
rm -f docs/source/modules.rst
cd docs
make html
cd ..