From 44cbcedde352d090cdb0f5731e4dbdade9f50834 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 24 Sep 2015 19:53:13 +0000 Subject: [PATCH] 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 --- .gitignore | 3 ++- setup.cfg | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1399c981..c5ecea6c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ ChangeLog # Editors *~ -.*.swp \ No newline at end of file +.*.swp +/doc/source/api/ diff --git a/setup.cfg b/setup.cfg index 6a93a79e..a49d9e00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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