[FIX] Removed useless dependency in the documentation generator that is difficult to install under ubuntu.

bzr revid: nicolas.vanhoren@openerp.com-20110322165742-umlvufznh5unkhh5
This commit is contained in:
niv-openerp 2011-03-22 17:57:42 +01:00
parent d02ffafe30
commit 2a068e2152
1 changed files with 1 additions and 1 deletions

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