Fix a bad edit for cython syntax highlighting.
authorCraig Citro <craigcitro@gmail.com>
Wed, 25 Aug 2010 07:34:42 +0000 (00:34 -0700)
committerCraig Citro <craigcitro@gmail.com>
Wed, 25 Aug 2010 07:34:42 +0000 (00:34 -0700)
conf.py

diff --git a/conf.py b/conf.py
index 79d391890b1dbcdf20d87ad8985ee2237a712b04..1a34bf58388e2ca1cd9121ba9c19be4eded84e8a 100644 (file)
--- 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']