Skip to content

Commit f53ac52

Browse files
committed
docs: Use the Cython + IPython lexers that come with Pygments to avoid having to maintain our own ones.
1 parent fb5d29e commit f53ac52

File tree

3 files changed

+0
-267
lines changed

3 files changed

+0
-267
lines changed

docs/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
# add these directories to sys.path here. If the directory is relative to the
2222
# documentation root, use os.path.abspath to make it absolute, like shown here.
2323
sys.path.insert(0, os.path.abspath('..'))
24-
sys.path.append(os.path.abspath('sphinxext'))
25-
26-
# Import support for ipython console session syntax highlighting (lives
27-
# in the sphinxext directory defined above)
28-
import ipython_console_highlighting
2924

3025
# -- General configuration -----------------------------------------------------
3126

@@ -39,8 +34,6 @@
3934
# Add any Sphinx extension module names here, as strings. They can be extensions
4035
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
4136
extensions = [
42-
'ipython_console_highlighting',
43-
'cython_highlighting',
4437
'sphinx.ext.imgmath',
4538
'sphinx.ext.todo',
4639
'sphinx.ext.intersphinx',

docs/sphinxext/cython_highlighting.py

Lines changed: 0 additions & 183 deletions
This file was deleted.

docs/sphinxext/ipython_console_highlighting.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)