Skip to content

Commit badcfd1

Browse files
authored
Fix rtd build (#480)
* Add changelog-description * Add arziv-mocking for rtd build
1 parent 0d741ae commit badcfd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog
22
=========
33

4+
- Add `arziv`-mocking to rtd-setup
45
- Add convenience method for obtaining elfi samples as `InferenceData`` to be used with `arviz`
56
- Improve `randmaxvar` batch acquisitions and initialisation by enabling sampling from prior
67
- Drop official Python support for 3.7 and 3.8 as GPy is not officially supported for these versions

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __getattr__(cls, name):
3333
'scipy.sparse', 'scipy.special', 'matplotlib.pyplot', 'numpy.random', 'networkx',
3434
'ipyparallel', 'numpy.lib', 'numpy.lib.format', 'sklearn.linear_model',
3535
'sklearn.pipeline', 'sklearn.preprocessing', 'numdifftools', 'GPy.kern', 'GPy.models',
36-
'sklearn.covariance', 'sklearn.exceptions'
36+
'sklearn.covariance', 'sklearn.exceptions', 'arviz'
3737
]
3838
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3939

0 commit comments

Comments
 (0)