From 0c9a0eb2c7b6bb0d5d8dc13a35eba73a8b84858c Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 15 Sep 2014 20:11:44 -0700 Subject: [PATCH] Don't list entire module autoindex on docs index Don't list entire api/autoindex under Developer Docs, we already have a model index link at the bottom of the page, showing the entire autoindex on the home page is makes the page overwhelming. Change-Id: I25c5b50412881b55aa745ce3da2c22466e879fcf --- doc/source/index.rst | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 123506fb0..37fcb48b8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -48,7 +48,6 @@ Developer Docs devref/index man/index - api/autoindex API Extensions ============== diff --git a/setup.cfg b/setup.cfg index 652e9a91e..2e0d4b0e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -176,5 +176,5 @@ output_file = nova/locale/nova.pot universal = 1 [pbr] -autodoc_index_modules = 1 +autodoc_index_modules = 0 warnerrors = true