diff options
author | Brant Knudson <bknudson@us.ibm.com> | 2015-09-21 15:23:18 -0500 |
---|---|---|
committer | Brant Knudson <bknudson@us.ibm.com> | 2015-09-24 10:56:06 -0500 |
commit | 0b3aee8cc6d5c373bcba74330f0fea8f0e4e4b26 (patch) | |
tree | b79af741cd2a6a869a98d19c9480490673b6d2c9 /setup.cfg | |
parent | 7daffffafc8940a5097cdd33724eff1efaa33d1a (diff) | |
download | oslo-db-0b3aee8cc6d5c373bcba74330f0fea8f0e4e4b26.tar.gz |
Autogenerate the module docs
The module docs were out of date (sqlalchemy.enginefacade was
missing).
Rather than try to keep this up to date by hand, autogenerate the
module docs.
Change-Id: I9b36cc635c1c0af9a61b5da20205f5628aec97e7
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -63,4 +63,6 @@ fixtures = # NOTE(viktors): uncomment ``warnerrors`` line, when setup.cfg we then # want to treat sphinx warnings as errors # warnerrors = True -#autodoc_index_modules = True +autodoc_index_modules = True +autodoc_exclude_modules = + oslo_db.tests.*
\ No newline at end of file |