Don't autodoc the test suite

Don't build API documentation for the keystoneclient tests.
These are not public functions, pollute the existing docs, and extend
the time required to build docs.

A re-implementation of be1e94f

Change-Id: Ib0e91ebfe4234bc3332b7c3051dba98248312a34
This commit is contained in:
David Stanek
2015-05-07 16:31:09 +00:00
parent 045e47938f
commit d0ca84c16e

View File

@@ -46,6 +46,9 @@ all_files = 1
[pbr]
warnerrors = True
autodoc_tree_index_modules = True
autodoc_tree_excludes =
setup.py
keystoneclient/tests/
[upload_sphinx]
upload-dir = doc/build/html