summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2015-09-21 15:23:18 -0500
committerBrant Knudson <bknudson@us.ibm.com>2015-09-24 10:56:06 -0500
commit0b3aee8cc6d5c373bcba74330f0fea8f0e4e4b26 (patch)
treeb79af741cd2a6a869a98d19c9480490673b6d2c9 /setup.cfg
parent7daffffafc8940a5097cdd33724eff1efaa33d1a (diff)
downloadoslo-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.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index abb016b..649550b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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