diff --git a/docs/conf.py b/docs/conf.py index 28187189..5c344cae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ def __getattr__(cls, name): '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.covariance', 'sklearn.exceptions' + 'sklearn.covariance', 'sklearn.exceptions', 'arviz' ] sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)