From 2553b2be1abe8a7534c37e02ed99bb86f34e12a7 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 11 Apr 2017 16:07:00 +0100 Subject: [PATCH] Disable pbrs auto python-api generation Mistral is a service, without a public Python API (other than the actions api which is being moved out). Therefore including the Python code in the documentation isn't useful. While it is present, it often comes up in search results which will be confusing for most users. Change-Id: Ib9d5e1a7baecf70d8e224cff470f968012317edd --- doc/source/index.rst | 1 - setup.cfg | 3 --- 2 files changed, 4 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 14fdd4136..0588a8f97 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -65,6 +65,5 @@ Indices and tables ================== * :ref:`genindex` -* :ref:`modindex` * :ref:`search` diff --git a/setup.cfg b/setup.cfg index 9ee531c28..052dd95dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,9 +29,6 @@ source-dir = doc/source build-dir = doc/build all_files = 1 -[pbr] -autodoc_tree_index_modules = True - [upload_sphinx] upload-dir = doc/build/html