summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-27 17:34:57 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-28 10:54:14 -0400
commit26a74766f3faf770c4694874095b30bc701832bc (patch)
treeb2275a13566432e023b20cca2b5a214f4fadf4e3 /setup.cfg
parentfb10a906d434bf2893b120b14064eeeae0007ae1 (diff)
downloadglance_store-26a74766f3faf770c4694874095b30bc701832bc.tar.gz
rearrange existing documentation according to the new standard layout
Change-Id: I0fb178d0b6ebf7ebafc6e2766c8c5efc5d8cc60e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 0690aa1..9579d58 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -70,7 +70,10 @@ build-dir = doc/build
all_files = 1
[pbr]
-autodoc_tree_index_modules = True
+autodoc_index_modules = True
+api_doc_dir = reference/api
+autodoc_exclude_modules =
+ glance_store.tests.*
warnerrors = True
[upload_sphinx]