summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e0510ae..8276c63 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,6 @@ console_scripts =
[build_sphinx]
builders = html,man
all-files = 1
-warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
@@ -45,3 +44,9 @@ upload-dir = doc/build/html
[wheel]
universal = 1
+
+[pbr]
+autodoc_index_modules = True
+autodoc_exclude_modules =
+ glanceclient.tests.*
+api_doc_dir = reference/api