Peter Hausamann

Results 25 comments of Peter Hausamann

@alkatar21 you're right, my bad. Here's a modified example that also demonstrates that it works correctly without the context manager: root_logger = logging.getLogger() root_logger.setLevel(logging.DEBUG) stream_handler = logging.StreamHandler(sys.stderr) stream_handler.setLevel(logging.INFO) root_logger.addHandler(stream_handler) with...

It seems that this issue occurs when the notebook is not below the notebook path of the notebook server. This even happens when `c.NotebookApp.notebook_dir` is set in `jupyter_notebook_config.py`... on my...

Thanks for the response @bsekachev , I am aware of that. However, our workflow assumes that a video with a rotation record is being uploaded.

A simple fix is to add the `:nosignatures:` option to the `..autoapisummary::` directive in the *Functions* section [here](https://github.com/readthedocs/sphinx-autoapi/blob/master/autoapi/templates/python/module.rst).