Skip to content

Commit

Permalink
Add mocked modules (#445)
Browse files Browse the repository at this point in the history
* Update rtd-configuration with new mocked modules

* Add bsl-related mocked modules.
  • Loading branch information
hpesonen committed Dec 20, 2022
1 parent 13979c4 commit 1ee040f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def __getattr__(cls, name):
'dask.delayed', 'scipy.linalg', 'scipy.optimize', 'scipy.stats', 'scipy.spatial',
'scipy.sparse', 'scipy.special', 'matplotlib.pyplot', 'numpy.random', 'networkx',
'ipyparallel', 'numpy.lib', 'numpy.lib.format', 'sklearn.linear_model',
'sklearn.pipeline', 'sklearn.preprocessing', 'numdifftools', 'GPy.kern', 'GPy.models'
'sklearn.pipeline', 'sklearn.preprocessing', 'numdifftools', 'GPy.kern', 'GPy.models',
'sklearn.covariance', 'sklearn.exceptions', 'sklearn.utils._testing'
]
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

Expand Down

0 comments on commit 1ee040f

Please sign in to comment.