From d0ca84c16e98ae763dbf3028ceb4a2754471c679 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Thu, 7 May 2015 16:31:09 +0000 Subject: [PATCH] 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 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 8d7ba7f09..ae374ef8b 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