From 2a068e215241bd3de4d956d9d52d342d09339090 Mon Sep 17 00:00:00 2001 From: niv-openerp Date: Tue, 22 Mar 2011 17:57:42 +0100 Subject: [PATCH] [FIX] Removed useless dependency in the documentation generator that is difficult to install under ubuntu. bzr revid: nicolas.vanhoren@openerp.com-20110322165742-umlvufznh5unkhh5 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 365a1b7086b..d3f486f19c5 100644 --- a/doc/source/conf.py +++ b/doc/source/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.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage' ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']