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
This commit is contained in:
Dougal Matthews 2017-04-11 16:07:00 +01:00
parent 7af91479b9
commit 2553b2be1a
2 changed files with 0 additions and 4 deletions

View File

@ -65,6 +65,5 @@ Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

View File

@ -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