Adding 'logapi' in apidoc_excluded_paths for sphinx-docs job

Currently the job build failed because it requires some reference
from neutron master branch. Which is not released along with latest
neutron Rocky3.

This patch is igrore this path for temporarily and recover after
next neutron release.

Change-Id: I18bae753466be752ff9de879fc7205f806701ae4
This commit is contained in:
Cao Xuan Hoang 2018-08-08 14:09:59 +07:00
parent 2cbb6c6621
commit d61bd2961c
1 changed files with 3 additions and 0 deletions

View File

@ -61,8 +61,11 @@ todo_include_todos = True
# sphinxcontrib.apidoc options
apidoc_module_dir = '../../neutron_fwaas'
apidoc_output_dir = 'contributor/api'
# TODO(hoangcx): remove 'services/logapi/*' after next neutron release
# (current release is Rocky-3)
apidoc_excluded_paths = [
'db/migration/alembic_migrations/*',
'services/logapi/*',
'setup.py',
'tests/*',
'tests']