PBR

Comment 2 for bug 1472276

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: autodoc_exclude_modules appears to not work in 1.2.0

Ah I see the problem, autodoc_exclude_modules works fine, the nova.wsgi.* stuff is skipped here:

[pbr] Generating doc/source/api/nova.weights.rst
[pbr] Generating doc/source/api/nova.wsgi.rst
Running Sphinx v1.2.3

The problem is when running the sphinx html builder due to having warnerrors=True set in setup.cfg, there is no exclusion list passed to the sphinx html builder so it processes all files.