##// END OF EJS Templates
Use the proper python2 pygments lexer...
Use the proper python2 pygments lexer Since pygments 2.5 `PythonLexer` refers to python3 [1]. We have to be explicit if we want to use python2. [1] https://pygments.org/docs/changelog/

File last commit:

r24017:c2212ded
r25431:8805293b
Show More
sphinxext.rst
8 lines | 229 B | text/x-rst | RstLexer

IPython Sphinx extension

IPython provides an extension for Sphinx to highlight and run code.