QuantEcon / sphinxcontrib-jupyter

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

Deprecation Warnings and Errors that need to be fixed. #180

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

copying static files... /home/qebuild/repos/sphinxcontrib-jupyter/sphinxcontrib/jupyter/builders/jupyter.py:116: RemovedInSphinx20Warning: app.info() is now deprecated. Use sphinx.util.logging instead. self.info(bold("copying static files to executed folder... \n"), nonl=True) copying static files to executed folder... /home/qebuild/repos/sphinxcontrib-jupyter/sphinxcontrib/jupyter/builders/jupyter.py:131: RemovedInSphinx20Warning: app.info() is now deprecated. Use sphinx.util.logging instead. self.info("done") done /home/qebuild/repos/sphinxcontrib-jupyter/sphinxcontrib/jupyter/builders/jupyter.py:139: RemovedInSphinx20Warning: app.info() is now deprecated. Use sphinx.util.logging instead. self.info(bold("distributed dask scheduler progressbar for notebook execution and html conversion(if set in config)..."))

mmcky commented 5 years ago

@AakashGfude closing this as it has been fixed.