clean up auto-doc api build

do not generate docs for private _i18n module and tests

ignore the rst files created by pbr

Change-Id: I9ec824d66e9234b60a2285daee6f1b2cb2cccf69
This commit is contained in:
Doug Hellmann 2015-09-24 19:53:13 +00:00
parent bf7ce8c560
commit 44cbcedde3
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -48,4 +48,5 @@ ChangeLog
# Editors
*~
.*.swp
.*.swp
/doc/source/api/

View File

@ -47,6 +47,9 @@ output_file = oslo.vmware/locale/oslo.vmware.pot
[pbr]
autodoc_index_modules = 1
autodoc_exclude_modules =
oslo_vmware._i18n
oslo_vmware.tests.*
[wheel]
universal = 1