has2k1 / plydata

A grammar for data manipulation in Python
https://plydata.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
276 stars 11 forks source link

Need to include 'IPython.sphinxext.ipython_console_highlighting' in doc/conf.py extensions list #27

Closed juliangilbey closed 2 years ago

juliangilbey commented 3 years ago

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.

Best wishes, Julian

has2k1 commented 2 years ago

As others noted in the linked issue, this should not happen and is probably an installation issue.