Removes dependence on Nengo's conftest.py, except for one remaining part where we're monkey-patching core's Simulator fixture.
Also disables autodoc on the MessageBar widget. The sphinx 2.2.0 release raises some mysterious error for the (minimal) docstrings in that object. Looked into it briefly, but not clear why it's erroring (I suspect it's just a bug on sphinx's end). But it's not critical to have in the documentation since it isn't user facing, and will hopefully be replaced by the Keras progress bar system in the near future, so just disabled it to avoid the problem.
Removes dependence on Nengo's
conftest.py
, except for one remaining part where we're monkey-patching core'sSimulator
fixture.Also disables autodoc on the
MessageBar
widget. The sphinx 2.2.0 release raises some mysterious error for the (minimal) docstrings in that object. Looked into it briefly, but not clear why it's erroring (I suspect it's just a bug on sphinx's end). But it's not critical to have in the documentation since it isn't user facing, and will hopefully be replaced by the Keras progress bar system in the near future, so just disabled it to avoid the problem.