From 1742258119467d5af3af675c5ed5cb312eb20542 Mon Sep 17 00:00:00 2001 From: Craig Citro Date: Wed, 25 Aug 2010 00:34:42 -0700 Subject: [PATCH] Fix a bad edit for cython syntax highlighting. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.26.2