autodoc mock out monascaclient

current monascaclient version does not work with osc-lib 1.11.0.
Mock out the module for now until a new monascaclient is released
and put in upper constraints

https://review.openstack.org/#/c/579139/

Change-Id: Id4f7efcd32ec6dbf582b27c4b22ad2f89caa647f
This commit is contained in:
Eric K 2018-07-17 14:57:29 -07:00 committed by Eric Kao
parent 1d93f2a3b5
commit 71bce81783
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ exclude_patterns = ['api/congress.db.migration.alembic_migrations.*',
modindex_common_prefix = ['congress.']
autodoc_mock_imports = ['congress.datalog.Python2', 'congress.datalog.Python3',
'cloudfoundryclient', 'congress.dse']
'cloudfoundryclient', 'congress.dse',
'monascaclient']
# -- Options for HTML output --------------------------------------------------