Exclude tests from apidoc

it is not only useless to an end user but it also
includes random/non-deterministic contents.
This change makes the build reproducible.

See https://reproducible-builds.org/ for why this is good.

Change-Id: Ie40178da80161839379aa9762cd7a5361b44953b
This commit is contained in:
Chris Lamb 2019-10-21 11:11:24 +02:00 committed by Bernhard M. Wiedemann
parent 8a37087388
commit ca98f3fde8
1 changed files with 1 additions and 0 deletions

View File

@ -92,3 +92,4 @@ latex_documents = [
# -- sphinxcontrib.apidoc configuration --------------------------------------
apidoc_module_dir = '../../oslo_reports'
apidoc_output_dir = 'reference/api'
apidoc_excluded_paths = ['tests']