From: Craig Citro Date: Wed, 25 Aug 2010 07:34:42 +0000 (-0700) Subject: Fix a bad edit for cython syntax highlighting. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1742258119467d5af3af675c5ed5cb312eb20542;p=cython.git Fix a bad edit for cython syntax highlighting. --- diff --git a/conf.py b/conf.py index 79d39189..1a34bf58 100644 --- a/conf.py +++ b/conf.py @@ -29,7 +29,7 @@ highlight_language = 'cython' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['ipython_console_highlighting', 'sphinx.ext.pngmath', 'sphinx.ext.todo'] +extensions = ['ipython_console_highlighting', 'cython_highlighting', 'sphinx.ext.pngmath', 'sphinx.ext.todo'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']