QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

BUG: suppress yaml warnings for now, remove once dask is > 0.45 #224

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

Dask was throwing yaml errors on load. This suppresses them for now as fixed in dask (https://github.com/dask/dask/issues/4597)

fixes https://github.com/QuantEcon/sphinxcontrib-jupyter/issues/203