summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-15 01:27:25 +0000
committerGerrit Code Review <review@openstack.org>2018-06-15 01:27:26 +0000
commit75b4ce04cb59ea9435ac7beec025815864e52d17 (patch)
treef7983ef8d2a48d63c5b8653cce81c738e48a155f /setup.cfg
parent393fe095ff9259e914dd3cefa72e7a9354be25d0 (diff)
parent96e97013f1677b10ee44520685c838c1a71ef783 (diff)
downloadheat-75b4ce04cb59ea9435ac7beec025815864e52d17.tar.gz
Merge "Replace pbr autodoc with sphinxcontrib-apidoc"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg19
1 files changed, 1 insertions, 18 deletions
diff --git a/setup.cfg b/setup.cfg
index 0ca76ccf0..980e631bd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -202,27 +202,10 @@ domain = heat
output_dir = heat/locale
input_file = heat/locale/heat.pot
-[pbr]
-autodoc_index_modules = true
-autodoc_exclude_modules =
- heat.testing.*
- heat.cmd.*
- heat.common.*
- heat.cloudinit.*
- heat.cfn_client.*
- heat.doc.*
- heat.db.*
- heat.engine.resources.*
- heat.locale.*
- *.tests.*
- *.resources.*
-
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = heat/locale/heat.pot
[build_sphinx]
-all_files = 1
-build-dir = doc/build
-source-dir = doc/source
+warning-is-error = False