0

Remove viewcode extension to better support older versions of sphinx

This commit is contained in:
Andrew Chin
2011-10-01 18:13:12 -04:00
parent 00d4e7bb11
commit 5464ad3b5d

View File

@@ -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']