diff --git a/doc/source/conf.py b/doc/source/conf.py index d86c70981..9f5a23c9a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -49,6 +49,9 @@ apidoc_excluded_paths = [ 'vnfm/workflows', 'db/migration/alembic_migrations/*', 'db/migration/alembic_migrations', + # TODO(ueha): Excluding 'db/types.py' will be removed after the issue of + # TypeDecorator is fixed. + 'db/types.py', 'hacking'] apidoc_separate_modules = True