holoviz-dev / nbsite

Build a tested, sphinx-based website from notebooks
https://nbsite.pyviz.org
BSD 3-Clause "New" or "Revised" License
28 stars 13 forks source link

nbsite build command fails with cryptic error #196

Open bmorris3 opened 3 years ago

bmorris3 commented 3 years ago

Running nbsite with the following command:

nbsite build --what=html --examples=../examples --doc=./ --output=_build/html

I get the following error:

Exception occurred:
  File "/Users/bmmorris/git/kelp/.tox/build_docs/lib/python3.7/site-packages/nbsite/nbbuild.py", line 56, in kc
    msg_id = self._kc.execute( # noqa: a mess
AttributeError: 'NoneType' object has no attribute 'execute'

Any tips? Thanks!