Skip to content

Commit

Permalink
Don't autodoc the test suite
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dstanek committed May 7, 2015
1 parent 045e479 commit d0ca84c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit d0ca84c

Please sign in to comment.