summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Stanek <dstanek@dstanek.com>2015-05-07 16:31:09 +0000
committerDavid Stanek <dstanek@dstanek.com>2015-05-07 16:31:09 +0000
commitd0ca84c16e98ae763dbf3028ceb4a2754471c679 (patch)
treef573bf49f6a983d833155f4ced37de407f695f5f /setup.cfg
parent045e47938f445741b6efedeb7243d3b413ea3229 (diff)
downloadpython-keystoneclient-d0ca84c16e98ae763dbf3028ceb4a2754471c679.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8d7ba7f..ae374ef 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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