From 5464ad3b5d5164981b44654b9aafd4de5453d87a Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sat, 1 Oct 2011 18:13:12 -0400 Subject: [PATCH] Remove viewcode extension to better support older versions of sphinx --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cbc8394..941601f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ import sys, os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode'] +extensions = ['sphinx.ext.autodoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']