Hi, I've been trying to build the documentation and I'm getting lots of warnings "doc/tutorials/dealing-with-nan-values.ipynb:: WARNING: Pygments lexer name 'ipython3' is not known". I found a solution at https://github.com/spatialaudio/nbsphinx/issues/24 - one just needs to add 'IPython.sphinxext.ipython_console_highlighting' to the list of extensions in doc/conf.py. The same goes for plotnine.
Hi, I've been trying to build the documentation and I'm getting lots of warnings "doc/tutorials/dealing-with-nan-values.ipynb:: WARNING: Pygments lexer name 'ipython3' is not known". I found a solution at https://github.com/spatialaudio/nbsphinx/issues/24 - one just needs to add
'IPython.sphinxext.ipython_console_highlighting'
to the list of extensions indoc/conf.py
. The same goes forplotnine
.Best wishes, Julian